Hey team,
I’m wondering if you know any possibility to automatically hide the time from 12AM to 9AM, and after 8PM. Right now the calendar is not very readable because it’s on a full day timeframe (see attached)
There was a discussion in this thread.
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.
.task-Calendar .rbc-time-gutter.rbc-time-column > div:nth-child(-n+8),
.task-Calendar .rbc-day-slot.rbc-time-column > div:nth-child(-n+8){
visibility: hidde…
Hey ThingDinh, thanks but I’ve already tried this solution and I get basically this which is not optimal :
Sorry, then we don’t have a way to do it better as of now. I wonder if the new custom component can help you with that. It’s a long shot.
We’ve created a preview of a new Custom Component. Take a look at this demo, try it for yourself, and share what you’ve built here!