Forum Discussion
Outlook Meeting Updates Going Directly to Deleted Items
See below for what might be the solution:
Fix provided by Microsoft:
Note: Update that caused the change, see "Outlook calendar - automatic processing of small changes in meeting details"
https://www.microsoft.com/en-us/microsoft-365/roadmap?filters=&searchterms=meeting%2Cupdates
Workaround via Powershell:
- Connect to company O365 environment via PS session.
https://docs.microsoft.com/en-us/powershell/exchange/exchange-online/connect-to-exchange-online-powershell/connect-to-exchange-online-powershell?view=exchange-ps Connect to Exchange Online PowerShell
- Type get-organizationConfig
- Type Set-OrganizationConfig -VisibleMeetingUpdateProperties "AllProperties"
- Type get-organizationConfig again to verify change has been made.
-
- Test meeting invite update again, no longer gets deleted from inbox.
Thanks,
AB