Just starting to use fullcalendar and it looks great.
I'm testing the TimeGridView, and enabling the 'nowIndicator'.
It looks like the eventRender only happens as the events are initially added to the view...
Is there a way to dynamically change the style ("highlight"/change background color) of an event when it is currently occurring? That is, when the "nowIndicator" is over the event?
For example, an event that occurs "today" from 09:00:00 to 10:00:00...when the current time is anytime in that range, that specific event's background color should change.
This is especially useful when the view stays displayed for an extended-period (i.e. as the current time changes, the events' backgrounds should change).
I appreciate any tips/tricks/pointers!