Cancel drag & drop on the onEventDragEnd event

Hi Hadas!
You should use the onEventUpdate method. You have access to oldEvent and event (the actual, modified event) objects. If based on your criteria you do not want to update to the “new” event, just return false and the specified event will jump back to it’s original position. I hope it helps :wink:

1 Like