Closed fernando1355 closed 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.
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'}]
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!