fires when some error has happened during data updating
ids | array | an array of events' ids that failed to update |
response | XMLHttpRequest | an Ajax request object |
scheduler.attachEvent("onSaveError", function(ids, resp){
dhtmlx.message("Failed to update data");
})
The event will be invoked only if you use dataProcessor library for client-server communication.