QCalendar: hide times in day view if outside work hours
-
Hello everyone,
I’m using the great QCalendar component to display a calendar. In the day view I want to hide (or make smaller) the hours which are outside work hours. How can I achieve this? I tried several things but none led to the goal.
Thanks in advance for your ideas!Best, André
-
You can use
interval-start
in combination withinterval-count
:https://quasarframework.github.io/quasar-ui-qcalendar/examples/day-view#example-Interval-Start
-
@dobbel thanks a lot, that works like charm