Issue 228: long event with defined hours
Status:  Done
Owner: ----
Closed:  Dec 2009
Reported by pon...@gmail.com, Dec 5, 2009
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.)?

Dec 20, 2009
Project Member #1 adamrs...@gmail.com
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
Status: Done