Drag and drop
In the Lite (open-source) version, you can only enable/disable drag and drop for all calendar events using eventMoveHandling and eventResizeHandling.
In the Pro version, you can disable it for selected calendar events using moveDisabled
and resizeDisabled
properties of the event data object (see DayPilot.Event.data). It is also possible to apply additional rules using onEventMoving and onEventResizing (see also event resizing customization).
Tooltip
You can display an event tooltip using the toolTip
property.
In the Pro version, you can also use a more powerful bubble to show calendar event details on hover.