Configuring Microsoft Resource Calendars for Syncing
This document applies to: Workplace
Microsoft resource calendars need advanced configuration that should be set to ensure the best syncing experience between Brivo Workplace and Office 365. These settings are configured using PowerShell, a Microsoft tool for managing deeper configurations that do not exist in the standard UI. Here are the settings you should set and some additional links for setting up PowerShell.
Configure Resource Calendars
In PowerShell, run the following command for each resource calendar in your organization (the `
at the end of the first two lines is required to spread the command across multiple lines):
Set-CalendarProcessing -Identity "ResourceMailboxName" ` -DeleteComments $false ` -DeleteSubject $false
Replace ResourceMailboxName
with the name, alias or email ID of the resource you are trying to change. This tells Office 365 to keep the name and description of the event when adding events to resource calendars.