onEventChanged Event

Event occurs after editing an event and saving changes (after clicking on edit and save buttons in event bar or in details window) This event calls user-defined handlers (if there are any) and passes the following parameters:

  • id of event;
  • event object.
 scheduler.attachEvent("onEventChanged", function(event_id,event_object){
                    //any custom logic here
          });