October
20
How to Change or Remove Mailbox Calendar Permissions with PowerShell?
User1 is the owner of the email, user2 is not the owner.
Check the current calendar permissions:
Get-MailboxFolderPermission -Identity user1@domain.com:\calendar
remove the calendar permissions:
Remove-MailboxFolderPermission -Identity user1@domain.com:\calendar –user user2@domain.com