Readonly per event

Hello,

Is it already possible to set the read-only option per event instead of the whole scheduler?

Regards,
Michiel

Hello,

you may try to use the following:

$$("scheduler").attachEvent("onAfterCursorChange",function(id){ this.define("readonly",this.item(id)&&this.item(id).readonly); });

In this case, an event with readonly won’t be editable