custom view: workday (working hours) possible?

Hi,
I’m looking for a way to only show the working hours in day/week view (I.E. only 09:00 until 17:00)…

Can someone point me in the right direction?

THANK YOU!

scheduler.config.first_hour = 9; scheduler.config.last_hour = 17;

That was just too simple…

Hi!

I’m searching the same function but for the lightbox in the time’s section.
Does something like that exist :question:

Thanks

Hello,

Just add

scheduler.config.limit_time_select = true;

along with first_hour, last_hour options.

Best regards,
Ilya

Thank you very much, it’s perfect. I haven’t find it!