I want to disable all events with double clicking edit

I want to disable all events with double clicking edit

Hi @Linnz,

You should block onDblClick API event https://docs.dhtmlx.com/scheduler/api__scheduler_ondblclick_event.html to solve the issue. Just return false in the handler.