Scheduler making individual data sources read only

Hi there,

I’m currently using the DHTMLX Scheduler. I’m loading multiple data sources. I was wondering how you could make an individual data source read only, with the other editable.

scheduler.load(["/schedules/get_schedule_for_all.json","/schedules/get_all_time_away.json"], “json”);

Levi

You can modify one of sources by adding readonly property to all events in that source.

docs.dhtmlx.com/scheduler/readon … ificevents