vkurko/calendar

Is it possible to have ranges of visible slots?

josehernandezv opened this issue · 2 comments

This is my use case, right now I am using slotMinTime and slotMaxTime and it works fine but I don't want to show that huge gap of empty slots in the middle, is there a way to hide those slots? A way to pass a range of slots instead of just one min and max or maybe hide those with CSS

Screenshot 2023-12-27 at 10 51 22

Unfortunately, there is no such option right now. And it can't be done with CSS, because the event placement algorithm doesn't support this case. Do you know examples of something similar in other calendars?

Not really, I was looking if it could be done with FullCalendar but I couldn't find an option there either.
Anyway, thank you for the quick reply and the awesome library.