It's possible to view only "Business hours" ?

It’s possible to view only “Business hours” ?

Hi Davide,

what do you mean by “view only Business hours?” Do you have an example or use case?

I would like to show only the businessTime in calendar, and hide the rest.
Example:
00 ← hide

09 ← show

17 ← show

23 ← hide

Unfortunately it looks like the FC does not support such a functionality. Here I’m bound to it’s provided functions.

However, if you have same business hours for each day you may use “minTime/maxTime” options plus “weekends/hiddenDays” to exclude for instance weekends or non business days. These options can be set by using the method setOption on Java side.

See https://fullcalendar.io/docs/date-display for details.