In some situations, we have events that are cancelled but that we would still like to display on the event scheduler, just so that users can see that someone had originally booked on a certain time frame and then cancelled. These "cancelled events" are only kept for display, and users are still allowed to create new events over their respective time-slots.
What I would like to know is if it would be possible to allow users to still maintain the grid behaviour for the duration of the event, as if it wasn't there(basically, be able to select a date range over-top of the cancelled event) but still be able to right-click the event(which currently would bring up a context menu that allows the user to "see cancellation details").
I can kind of achieve this behavior with "pointer-events: none" in css, but this also effectively removes the functionality of being able to "see cancellation details" entirely.
Is such a behavior possible with the scheduler?