Multi limitation in the scheduler

Hello,

I have a question about limitations. In your examples you can offer only one “limitation” at the same time. e.g: the creation of events is not possible from June 1 to June 15.

I wish I had more “limitation”, so you can do it like this: Monday => impossible to create appointments from 10 to 14, Tuesday => from 8am to 10am. In the same scheduler.

Is it possible ?

Thank you,

Johan Watelet

Hello,

It’s possible but you will have to create your own event handlers there that logic will be implemented. It will be similar (but simpler) to limit extension, you can check it’s code in sources/ext/dhtmlxscheduler_limit.js file.

Best regards,
Ilya