When I try to drag an event and drop over another event, they don’t overlap.
Also when I try to print the event.start and event.end dates on console, it prints nothing. But when I drag an event and drop somewhere on empty space, it prints dates.
I believe that dragging and dropping actions that overlap other events is automatically ignored by the onMoveEvent which is why you do not see the prints in the console.