Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Ben Walker on Nov 18, 2009 04:12
open dhtmlx forum
dhtmlxScheduler: Events later than 23:56 do not display on the calendar

Hi,

Probably not a common use case, but we have a 24 hour schedule and events starting later than 23:56 are not displayed on the scheduler component when loaded from xml.

Thanks,
Ben
Answer posted by Stanislav (support) on Nov 18, 2009 04:52
Are they not shown at all, or not shown on week and day view?
The events which starts on one day and end on another is threated as multi-day event and not visible in weekly view by default, it can be enabled by
scheduler.config.multi_day=true;
Answer posted by Ben on Nov 18, 2009 09:33
Hi,

I think the problem was pretty unique to our use of the scheduler, have solved by reducing the 3 minute 'duration' of events as they approach midnight to enable display. The multi day view wasn't quite the requirement but still good to know.

Thanks,
Ben