We will send the download link to the registered email ID shortly.
Calendar folder permissions include permissions such as publishing and sharing of calendar events. There are no built-in reports in EAC (Exchange Admin Center) to view information about these calendar folder permissions. You have to rely on PowerShell scripts to get the details. Below are some Powershell scripts that will help you to view the permissions for a specified calendar folder, and delegate calendar access rights to users.
There's an easier way than executing the PowerShell scripts. Check out built-in calendar folder permissions reports offered by Exchange Reporter Plus to get all the insights you need on calendar folder permissions instantly.
eg. Get-MailboxFolderPermission -Identity harry@mydomain.com:\Calendar -User ronald@mydomain.com
This commandlet lists all the permissions set for a specified calendar folder in your Exchange organization or online tenant. The above example lists the permissions that Ronald has over Harry's calendar folder.
eg. Add-MailboxFolderPermission -Identity harry@mydomain.com:\Calendar -User ronald@mydomain.com -AccessRights Editor
Using this commandlet you can delegate access rights to users for a specified calendar folder in your Exchange Organization or online tenant. In the above example, the user Ronald had been added as delegate to Harry's mailbox with editor access right.
Exchange Reporter Plus offers two exclusive reports on calendar folder permissions in Exchange Server and Exchange Online under the Custom Reports category. To generate calendar folder permissions report for Exchange Server you must first create a new task under custom report settings. This can be done as follows:
You can also schedule this report to be automatically generated on a regular basis and sent to the admins or users responsible for monitoring.
To know more about how Exchange Reporter Plus simplifies the Microsoft 365 operations, click here.