Holds: Couldn't update the following event error when editing calendar items from OWA or Outlook
Symptoms
The following scenarios might happen:
- A user is a mailbox in Microsoft 365.
- In-place hold or litigation hold is enabled for the mailbox.
- The user tries to edit calendar items from Microsoft Outlook Web App (OWA) or Microsoft Outlook.
In these scenarios, the user receives the following error message:
Couldn't update the following event-
<EventName>
Cause
This issue occurs because the Versions folder (that is part of the Recoverable Items folder) is full. To check the Recoverable Items folder statistics-
Get-MailboxFolderStatistics -Identity cloudtest -FolderScope recoverableitems | ft name, *size*
Resolution
Since the user's mailbox is currently on hold, the contents of the Versions folder hold great significance. To address this situation, it is necessary to activate the archive mailbox for the user in question, and subsequently transfer all items from the Versions folder into the archive mailbox. To do this, follow these steps:
- Enable the archive mailbox via Enable-Mailbox -IdentifyUserName-Archive command.
- Turn on the auto-expanding archiving feature through Enable-Mailbox <UserMailbox> -AutoExpandingArchive.
- Create a custom retention policy for mailboxes on hold, and then move the items from the Versions folder to the archive mailbox.
More Information
When a user's mailbox is under in-place hold or litigation hold, both the original items and any modified items are duplicated to the Versions folder. If the Versions folder reaches its capacity, the modified version of the original items cannot be saved in the folder. Consequently, the user is unable to save modifications to the original items.
Conclusion
The error has been resolved with the help of above methods.
Comments
Post a Comment