Forum Discussion
jmills385
Sep 04, 2024Copper Contributor
Stop Auto-Add Calendar Events in GCC
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...
Kidd_Ip
Sep 04, 2024MVP
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