How do I automatically delete canceled meetings?

Learn how to automatically process cancellations in a resource calendar using PowerShell

Using PowerShell you can handle the automatic deletion of cancelled meetings.

Connect to Microsoft Online using PowerShell and execute the following, where <Identity> is the email of the resource calendar:

Set-CalendarProcessing -Identity "<Identity>" -RemoveOldMeetingMessages $true