I am looking for one or more scheduler events that fire after an event is added or after an event is saved but before it is rendered on the calendar.
For example 1, the UPDATED event, on 1/1/2011 I have an event with text “New Event”. I double-click to open the lightbox and in there I change the text to “Still New Event”. I want an event that captures AFTER the change event has been saved to the DB but BEFORE the calendar changes the text displayed on 1/1/2011 from “New Event” to “Still New Event”.
For example 2, the NEW event, I double-click the date 1/2/2011 to open the lightbox and the defaults are present. I change the default text to “Another New Event”. I want an event that captures AFTER the new event has been saved to the DB but BEFORE the calendar displays on 1/2/2011 the text “Another New Event”.
Much thanks!