Good day,
Is there a way to get the original data of an event before it has changed (in the onBeforeEventChanged handler) ?
Thank you very much.
Good day,
Is there a way to get the original data of an event before it has changed (in the onBeforeEventChanged handler) ?
Thank you very much.
Hello,
For now you can use
var original_event = scheduler._drag_event;
In the upcoming version it will be passed as 4th parameter.
Kind regards,
Ilya
Thank you very much. When will the next version be released?