We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can I not add events that span n number of days?
n
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", } ] }
The text was updated successfully, but these errors were encountered:
I'm sorry, but date ranges are not supported yet.
Also, this seems to be a duplicate of #6
Sorry, something went wrong.
@dapd007 Are you planning on implementing this?
I might, but currently I really don't have the time to maintain the library. Sorry.
No branches or pull requests
Can I not add events that span
n
number of days?Current event:
I'd like to do this:
The text was updated successfully, but these errors were encountered: