| Issue 228: | long event with defined hours | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Is it possible to set long event (e.g. 2009-12-04 to 2009-12-06), which will execute at specific hours (every defined day from 8 a.m. to 9 a.m.)? |
|
| ► Sign in to add a comment |
yes, something like this would work: events: [{title:'my event', start:'2009-12-04T08:00:00', end:'2009-12-06T09:00:00', allDay:false }] the important part is the allDay:false hope this helps. respond if any questions. thanks