Using classic Outlook for Windows in business environments
Hi @Bigwil4555 ,
does Outlook Calendar Permissions override Reviewer permissions set by the server?
Yes, the calendar owner could re-change the calendar permission in Outlook client even if we changed the default permission via "Set-MailboxFolderPermission" cmdlet.
If you don't want the users to change permission in Outlook, as a workaround, we could try to disable the permission option in Outlook by GPO like below, please note : after deploy this setting, users couldn't grant any permission of all folders manually in Outlook client, but they still could change permission in owa:
If it could meet your need, please try to add this registry value on your client for testing and then deploy it in your organization for your need(Note: Serious problems can occur if you modify the registry incorrectly. Before making changes, back up the registry to restore it in case something goes wrong.):
Registry Path: HKEY_CURRENT_USER\software\policies\microsoft\office\16.0\outlook\options\folders
Value Name: disableeditpermissions
Value Type: REG_DWORD
Enabled Value: 1
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.