I would like a way to show an event on the calendar as the “Current Event”. If I select an event, in my app, I fill a side panel with the event details. But, there is currently no way to show that event differently on the calendar.
NOTE: updating the database such that that event has special background colors is problematic : multiple users or even multiple browser windows might be open to the same calendar view and these values would overlap each other. I would have to merge in a table by user, by session to not have the selection (a purely transient UI state) to be inadvertently shared across users and sessions.
Hasn’t anybody else asked for this?