give another user to reviews calendar

  1. Create a new user mailbox, let us call the mailbox “user”.
  2. Give the secretaries “Editor” permissions of the “user” mailbox’s calendar, then they can edit/review the user calendar. Run the following command:

Get permission for mail box
add-MailboxFolderPermission user:\Calendar -User secretaries -AccessRights Reviewer

then
Set-MailboxFolderPermission user:\Calendar -User secretaries -AccessRights Reviewer

check
get-MailboxFolderPermission user:\Calendar

Leave a comment