Skip to main content

onEventChanged

Description

Occurs after the user has edited an event and saved the changes (after clicking on the edit and save buttons in the event's bar or in the details window)

onEventChanged: (id: string, ev: object) => void;

Parameters

  • id - (required) string - the event's id
  • ev - (required) object - the event's object

Example

scheduler.attachEvent("onEventChanged", function(id,ev){
//any custom logic here
});
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.