Our pure JavaScript Scheduler component


Post by burnit »

Hi,

is it possible to disable creation of new events? I have already disabled the scheduleMenuFeature addEvent, but we are still able, by clicking into the scheduler, to create new events over the UI.

Many thanks,

André


Post by tasnim »

Hello,

is it possible to disable creation of new events? I have already disabled the scheduleMenuFeature addEvent, but we are still able, by clicking into the scheduler, to create new events over the UI.

To disable the event creation on double click, you need to set https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-createEventOnDblClick to false

And If you want to disable event creation by dragging. Then you need to disable https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/EventDragCreate feature

Hope it helped.

If you have any other questions, Please don't hesitate to ask.


Post by burnit »

Yes, that worked! Thank you very much!


Post Reply