DHTMLX Docs & Samples Explorer

onEventIdChange Event

Parameters:

  • old id
  • new id
  scheduler.attachEvent("onEventIdChange", function(old_event_id,new_event_id){
                    //any custom logic here
  });

Normally, it occurs after receiving confirmation for insert operation. ( changing client side ID to DB's ID )