Our pure JavaScript Scheduler component


Post by proteams-kaan »

Hi, is there a way to disable the recurrence dropdown in event editor?
I've disabled recurringEvents by setting it to false explicitly in schedule config but the recurrence dropdown is still shown.

Post by Maxim Gorkovsky »

Hello.
There is undocumented config to disable it:
features : {
    eventEdit : {
        recurringEvents : false
    }
}
I opened a ticket to make public config to disable this: https://github.com/bryntum/support/issues/71

Post by proteams-kaan »

thanks a lot!

Post Reply