calendariofx / calendario

A small calendar library for creating flexible calendars.
http://calendariofx.github.io/Calendario/docs/
MIT License
57 stars 14 forks source link

MultiDays Events #16

Closed fernando1355 closed 8 years ago

fernando1355 commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

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'}]