I’d like to know how to hide with CSS custom code the slot of times in a calendar component, for example displaying only from 8AM to 6PM only instead of showing all of the hours in the DAY mode.
It almost works. The time slots are updated, but the appointment slots displayed in the schedule aren’t aligned with the hours anymore (cf. attachment below)
This HTML structure has events outside the time container, where the height position is calculated by JavaScript and will vary depending on the number of events. The maximum achievement that can be achieved is to maintain the existing space through visibility: hidden. Using display: none will change the calculation of the event’s position.