Forum Discussion
JoostKoopmans1
Dec 10, 2019Steel Contributor
Outlook Meeting Updates Going Directly to Deleted Items
Microsoft made in change in how meeting updates are handled and smaller updates are now going directly to the Deleted items folder. This caused people to miss important updates to agenda items. I am ...
INNOCENT BOAKYE-ABABIO
Jan 17, 2020Copper Contributor
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.
- 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