fires when the user clicks on the 'Cancel' button in the lightbox (edit form)
id | string | the event's id |
flag | boolean | returns 'true', if the user is cancelling a new event, 'false' - if the edited event already exists |
scheduler.attachEvent("onEventCancel", function(id, flag){
//any custom logic here
});
Back to top