Stop Auto-Add Calendar Events in GCC

Copper Contributor

Greetings,

 

My organization is using the Outlook Web App only, on an Office 365 G3 GCC license. I'm trying to figure out a way to stop Calendar Invites from automatically adding to the calendar. I know on a regular enterprise M365 license you can do it in the OWA/Settings/Calendar/Events from email settings, but with the G3 license there are no options on that screen at all:

jmills385_0-1725465765682.png

 

Is there a way, in Powershell, the admin console, GUI, or anywhere, to turn off the automatic addition of calendar invites to the calendar in the government tenants?

 

Thanks!

Jason

1 Reply

@jmills385 

 

The option to stop calendar invites from automatically adding to the calendar isn’t available through the usual OWA settings in this environment, please try below PS:

 

Connect to Exchange Online:

$UserCredential = Get-Credential
Connect-ExchangeOnline -UserPrincipalName $UserCredential.UserName -Password $UserCredential.GetNetworkCredential().Password

 

Disable Auto-Processing for Calendar Invites:

Set-MailboxCalendarConfiguration -Identity email address removed for privacy reasons -AutomateProcessing None