how to rename a Teams meeting - powershell? programmatically?

SIAPERAS, Athanassios 26 Reputation points
2020-09-23T10:46:39.783+00:00

Hello there,
A colleague created an Outlook + Teams meeting a few months ago and has been using the same link for next similar meetings, too. However, she needs to change the name of the Teams meeting now.
One workaround as I understand is to edit the name of the Outlook meeting and send update.
However, this is not very practical, because 100+ people are there and they would be getting a notification for a meeting that happened in the past.
Is there a way (either from the administration interface or command-line, powershell, API, programmatically, you name it) to rename the meeting?
I guess Teams + Outlook integrator is sending something back to the server to rename the meeting.
Isn't there a way to run this myself?
Many thanks

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,089 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
5,229 questions
Skype for Business Linux
Skype for Business Linux
Skype for Business: A Microsoft communications service that provides communications capabilities across presence, instant messaging, audio/video calling, and an online meeting experience that includes audio, video, and web conferencing.Linux: A family of open-source Unix-like operating systems.
457 questions
0 comments No comments
{count} votes

Accepted answer
  1. JimmyYang-MSFT 52,801 Reputation points Microsoft Vendor
    2020-09-24T07:09:14.603+00:00

    Hi @SIAPERAS, Athanassios ,

    According to your description, your requirements is more related to development, which we do not support. The following suggestion is just for your reference.

    You can try to create online meeting using API. The following link shows example how to get online meeting object such as participants, subject:
    https://video2.skills-academy.com/en-us/graph/api/onlinemeeting-get?view=graph-rest-1.0&tabs=http

    More discussions about how to rename Teams meeting title here:
    https://microsoftteams.uservoice.com/forums/555103-public/suggestions/35002180-ability-to-edit-meeting-title-no-title?page=1&per_page=20


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

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. SIAPERAS, Athanassios 26 Reputation points
    2020-09-24T11:16:49.853+00:00

    Thanks for the leads. I had seen the Uservoice forum thread, but this doesn't help, it actually describes the workaround that I mentioned.

    The Graph API could work, although the stable version doesn't have any update, only GET, as you quoted, and you can't do much with what is returned, other than see it.
    However, the Beta version seems to have an Update. I will try to see if it works
    https://video2.skills-academy.com/en-us/graph/api/onlinemeeting-update?view=graph-rest-beta&tabs=http
    Many thanks
    Thanos

    1 person found this answer helpful.
    0 comments No comments

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.