-
Goal: Only want to see all-day events in both the week and day views
-
Details: In my app, all of the events are all-day events. This is a requirement. There can be 50+ events per day. These events are pulled through a resource query (Postgres).
Increasing the 'Day max events' works for the week view, but causes issues in displaying the Month view (each day becomes very difficult to see).
All views are important. The calendar isn't highly interactive and is used for presentation. Clicking on an event opens a modal that displays the details.
I thought it might be possible to programatically changes the day max events depending on the selected view, but unfortunately, I can't seem to find any way to trigger a function based on the view change.
Ideally, it would be possible to remove the all time slots in both the week & day view.
Looking for support/suggestions on this one.