In our XamScheduleDataManager, we'll add more than one CalendarGroup in CalendarGroups. We want to make some groups readonly so that the clients cannot schedule time in these groups, but they can see the schedules. How to handle this?
Thanks for help.
There isn't anything for locking a specific CalendarGroup but you could set the IsLocked property of the Resource to true to prevent editing/changes to the resource and its associated calendars.