I have a schedule with a tree and have enabled drag 'n drop. Everything is working fine except I would like to have the user ONLY be able to drag and drop an event to the calendar and not be able to double click to add an event. I have tried to set scheduler.config.dblclick_create to false, but then the drag 'n drop is also disabled even if I set scheduler.config.drag_create to true.
Is it possible to have drag and drop creation enabled and double click creation disabled and double click edits enabled?
Which version of scheduler you are using ?
Creating events during dnd from the tree is not affected by the dblclick and drag flags, so you set them like next and dnd from the tree will work correctly.
Thank you for your reply. If I add your code, both double-click create AND dnd from tree doesn’t work. I would like dnd to work from tree but not double-click create.
I believe I have your latest version. I can send you a private message with the link if you think that would help.