All Day event scheduling?

Hello,

I’m running the latest version of Event Calendar/Scheduler for Wordpress. Is it possible to schedule an “all day” event? With most calendars, there’s an option to check “All Day” when scheduling an event but I can’t seem to find this option.

Thanks for the help.

Add the next lines in the

scheduler_include.html

<script> scheduler.config.full_day = true; </script>

Thanks! I’ll give that a try.