Cancel event moving

I click on event and move it for rescheduling. Then I want to cancel my move and I expect that I can do it with ESC key. But it doesn’t work. And if I forget the start date, it will save the event with a wrong date.

How can I implement moving cancelling (with ESC)?

Hello,

Unfortunately there is no such functionality built-in but you can add one yourself. You can use “onBeforeEventChanged” event and ask user if he confirms those changes. Then return true/false to allow/revert changed.

Kind regards,
Ilya