Hi,
The event multiselect demo allows multiple selections to be made, but right clicking on an event brings up a context menu that operates only on the one event that's been clicked on. Eg, even though multiple events are selected, right click context menu delete will only delete one event.
https://javascript.daypilot.org/demo/scheduler/eventmultiselecting.html
Is there any way of having the context menu action operate on all selected events? Eg, if 5 events are selected, the context menu delete will delete all 5 events selected.