I have dhtmlxScheduler working well with recurring events and events coloured according to type. However, I cannot understand how to limit the maintenance of the scheduler to those Users in a particular ASP.NET Role. I am trying to use the Save view but I cannot refresh the scheduler to remove any invalid input if the User is not in the required Role.
Has anybody managed to get this working successfully?
This is simpler than I thought. The way to do it is in the
function init() {...}routine, as follows:-Hope this helps anyone using dhtmlxSheduler.