As a server administrator, can I edit a user's "Manage Account Access" settings. This is where a user sets who can see their calendar. Whenever we add a new user, we have to go to every person's computer and add the new user's account to this. It would be great if I could do this server side.

link|improve this question

80% accept rate
feedback

1 Answer

up vote 0 down vote accepted

Yes, on Mac OS X 10.6 server you can use the command:

  calendarserver_manage_principals

to manage calendar delegations for users.


E.g. adding 'user1' as read proxy for 'user2':

sudo calendarserver_manage_principals --add-read-proxy users:user1 users:user2

More at:

man calendarserver_manage_principals

http://support.apple.com/kb/HT3897

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.