enables setting of the event's duration to the full day
scheduler.config.full_day = true;
...
scheduler.init('scheduler_here', new Date(2013, 7, 5), "week");
If the option is set to true, entry fields in the 'Time period' section of the lightbox are blocked and the time period is set to the full day from 00.00 of the current cell date until 00.00 of the next day.
added in version 2.3
Back to top