Using Daypilot Pro JavaScript, is it possible to allow an event to be dragged and dropped from an external source onto the calendar, but prevent the event from being moved once it is on the calendar?
In my application, the user will have to double-click an existing event to open a modal window where they can change the start and end time. I think I would prefer to disallow moving events by dragging them. Note that I’d like to disable to moving feature completely, not to be able to drag an event but with no allowed drop target.
Is that possible?