Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple days? #11

Closed
benjivm opened this issue Jan 10, 2019 · 3 comments
Closed

Multiple days? #11

benjivm opened this issue Jan 10, 2019 · 3 comments

Comments

@benjivm
Copy link

benjivm commented Jan 10, 2019

Can I not add events that span n number of days?

Current event:

events: [
          {
            date: new Date(),
            startTime: "13:00",
            endTime: "15:00",
          }
        ]
      }

I'd like to do this:

events: [
          {
            startDate: new Date(),
            endDate: new Date(),
            startTime: "13:00",
            endTime: "15:00",
          }
        ]
      }
@dapd007
Copy link
Owner

dapd007 commented Jan 10, 2019

I'm sorry, but date ranges are not supported yet.

Also, this seems to be a duplicate of #6

@dapd007 dapd007 closed this as completed Jan 10, 2019
@benjivm
Copy link
Author

benjivm commented Jan 10, 2019

@dapd007 Are you planning on implementing this?

@dapd007
Copy link
Owner

dapd007 commented Jan 12, 2019

I might, but currently I really don't have the time to maintain the library.
Sorry.

Repository owner locked as resolved and limited conversation to collaborators Jan 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants