onEventIdChange
Description
Fires when the id of an event is changed
onEventIdChange: (old_id: string, new_id: string) => void;
Parameters
old_id- (required) string - the initial event's idnew_id- (required) string - a new event's id
Example
scheduler.attachEvent("onEventIdChange", function(old_id,new_id){
//any custom logic here
});
Details
Normally, the event occurs after receiving confirmation for the insert operation (changing the client-side ID to DB's ID )
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.