Forum Discussion
Issue with group calendars deleting entries
- Joseph AtwellJun 06, 2017Copper Contributor
We use an Office 365 group to manage time off and other items. Last week, someone noticed that all past calendar events were no longer in the calendar. We will follow up with the powershell command to see if we can capture what happened. We haven't asked around to see if others are experiencing the same issue.
- TonyRedmondJun 06, 2017MVP
Did you apply a retention policy to the group by any chance? A retention policy will remove items after they are a certain age...
- Joseph AtwellAug 15, 2017Copper Contributor
Hi Tony, We did look into retention policies and nothing has been enabled at this point. We saw some future events were deleted as well...
- VasilMichevJun 06, 2017MVP
There is no way to enable auditing on the underlying mailbox that I know of, thus we are unable to capture item-level events for Groups. TonyRedmond might know better...
- TonyRedmondJun 06, 2017MVP
Are the deleted calendar items in the Recoverable Items folder or Deleted Items folder? You can run Get-MailboxFolderStatistics against the group mailbox to see how many items are in these folders and if it seems that there might be some there, you can run a content search against the mailbox to find the items and export them to a PST. You then have the items - but as mailbox auditing is not supported for a group mailbox, you can't find out who removed them.