Enabling Calendar Sharing - Office 365

Steps

Action

Enable free/busy calendar sharing on-premise

Run the following command

Set-SharingPolicy ‘Default Sharing Policy’ –domains ‘*: CalendarSharingFreeBusySImple’, ‘Company.com:CalendarSharingFreeBusyReviewer, ContactsSharing’, ‘Company.onmicrosoft.com:CalendarSharingFreeBusyReviewer, ContactsSharing’, ‘Office365.Company.com:CalendarSharingFreeBusyReviewer, ContactsSharing’

image

Confirm the settings have been applied in the EMC, under Organisational configuration, Mailbox, Sharing Policies

image

Enable free/busy calendar sharing for Office 365

Open a remote PowerShell session by running the following commands and set the sharing policy

$liveCred = Get-Credential

$Session = New-PSSession –ConfigurationName Microsoft.Exchange –ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred –Authentication Basic -AllowRedirection

Set-SharingPolicy ‘Default Sharing Policy’ –Domains ‘*: CalendarSharingFreeBusySimple’, ‘Company.com:CalendarSharingFreeBusyReviewer, ContactsSharing’, ‘Company.onmicrosoft.com:CalendarSharingFreeBusyReviewer, ContactsSharing’

 

Written by Daniel Kenyon-Smith