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

MultiDays Events #16

Closed
fernando1355 opened this issue May 12, 2016 · 2 comments
Closed

MultiDays Events #16

fernando1355 opened this issue May 12, 2016 · 2 comments
Assignees

Comments

@fernando1355
Copy link

Hi there,

I need to add some events which lasts more than one day, I need to block an interval of days with DateStart and DateEnd of the event, is that possible?

Thanks!

@KoniKodes
Copy link

Check out the data.js file. You should be able to have your event date as the start date and the end date inside the comment section.

@deviprsd
Copy link
Collaborator

Sorry for the late reply, in the new versions if you want a block of events make sure to use repeat: 'INTERVAL'. Here is an example!

'03-02-2015' : [{content : 'Graduation Exams', repeat: 'INTERVAL', allDay: true, endDate: '03-20-2015'}]

@deviprsd deviprsd self-assigned this May 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants