How can we remove a meeting invite series from MS Teams when the owner has left the company?

J-3804 1,601 Reputation points
2024-02-06T03:46:36.5933333+00:00

Hello, How can we remove a meeting invite series from MS Teams when the owner has left the company? The new owner of the shared calendar is unable to delete the invitations. Thank you for your help.

Exchange Online
Exchange Online
A Microsoft email and calendaring hosted service.
6,188 questions
0 comments No comments
{count} votes

Accepted answer
  1. Jarvis Sun-MSFT 10,231 Reputation points Microsoft External Staff
    2024-02-06T08:07:31.84+00:00

    Hi @J-3804

    Welcome to post our Q&A forum!

    You can try using the Exchange Online PowerShell to remove the meeting series. You can use the Remove-CalendarEvents cmdlet to cancel future meetings in a specified mailbo, such as:

    Remove-CalendarEvents -Identity "<MailboxIdentity>" -SeriesId "<SeriesId>"
    

    Replace <SeriesId> with the ID of the meeting series you want to remove. You can find the SeriesId by opening the meeting series in Outlook on the web, clicking on the “Cancel Series” button, and then copying the SeriesId from the URL in the address bar.

    Hope it can help!


    If the answer is helpful, please click "Accept Answer" and kindly upvote it.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.