Forum Discussion
Deleted
Oct 13, 2017How to delete all calendar appointments booked by terminated users?
We have a Hybrid set up with o365 and we ahve around 150+ Meeting rooms. How to delete all calendar appointments booked by terminated users? Before deleting, we need to email out all attendees to ...
vytasun
May 20, 2020Copper Contributor
Might be a late answer, but we used the following command to clear out meetings booked by terminated users:
Remove-CalendarEvents -Identity user@domain.com -CancelOrganizedMeetings -QueryWindowInDays 180
- SCROWLEY70Sep 14, 2022Copper ContributorThis was a perfect solution and did as programed. Thanks!