I have customized the display of new events using a CSS class that works well if the user does a drag-and-drop to create the new event. Here is how the new event looks:
But when the user does a double click, the event is created but it doesn’t have the correct appearance.
It seems like this is a refresh issue because if the user moves the event at all then it switches to the correct appearance.
Is this intended behavior?
It appears that I can work around this issue by explicitly calling updateEvent() in my onEventAdded handler.