I'm struggeling to handle roles for calendar...
The purpose is to open calendar of people who leave the cy.
I'm using this :
Try{Add-MailboxFolderPermission -Identity ${$CalendarDestinationAlias}:\"Calendar" -User $UserToGiveAccessToAlias -AccessRights $Rights -erroraction SilentlyContinue}
Catch{$bOk = $False}
Try{Set-MailboxFolderPermission -Identity ${$CalendarDestinationAlias}:\"Calendar" -User $UserToGiveAccessToAlias -AccessRights $Rights -erroraction SilentlyContinue}
Catch{$bOk = $False}
where Rights is "Reviewer".
Unfortunately even with Reviewer, I only see free/busy information but not the full details of the agenda....
WHY????
Do I need first to be sure that user $UserToGiveAccessToAlias has NO Access at all ? (if yes then how?)
Our community of experts have been thoroughly vetted for their expertise and industry experience.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.