Warn when an event is dragged

Hi,
Is there a way to warn the user that the event is being dragged and that event start/end time will change?

We have users who are dragging events inadvertently. They want a quick warning if they are about to move an event.

Looked into the drag event. That event is raised when dragging or when creating an event.

Thanks
Abhi

How do you want to warm them? You can block DND completely if that’s required.
Also you can use onBeforeDrag event.

Best regards,
Ilya