delete recurring meeting invites

Iron Contributor

Hi all

One of my user(roger@contoso.com) has set recurring meeting invites and he is currently on vacation. how do i delete/cancel the recurring meeting invites created by him by meeting subject name from his calender


for example
Meeting Subject is TEST1
sender is roger@contoso.com

 

I am not sure how to use Remove-CalendarEvents -Identity roger@contoso.com using subject line
Remove-CalendarEvents -Identity roger@contoso.com -CancelOrganizedMeetings "kind:meetings AND Subject:'TEST1'"

1 Reply

@Roger Roger Hey, as far as I know you can't do it using 'subject'. For reference https://docs.microsoft.com/en-us/powershell/module/exchange/remove-calendarevents?view=exchange-ps

 

Would it be an option to grant your account full access on the resource and remove it that way?