Save events to server

  1. How can I save my events on every action (create, move, resize, delete)? Right now, /server/save is called only on some of these actions.

  2. How can I save each event individually, so my post data would contain only a single event id and the other fields will not be prefixed with this id.

Thanks

found this:
docs.dhtmlx.com/doku.php?id=dhtm … aprocessor

thanks

Yep, its the same as described in the scheduler’s doc.
docs.dhtmlx.com/scheduler/server … ation.html

It will save all modifications (create, update, delete) to the server side