search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

How to make events removable?

Asked by Nick
7 years ago.

What function should I add in source code to make my events removable? There are not icons in the top right corner of events.

Answer posted by Dan Letecky [DayPilot]
7 years ago.

In the Lite (open-source) edition the built-in delete icon is not supported. In the Pro edition you can enable it using eventDeleteHandling property:

dp.eventDeleteHandling = "Update";

See also:
https://doc.daypilot.org/scheduler/event-deleting/

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.