I haven't noticed the above Graph API provides the name of the meeting. You can consider raising a Microsoft Uservoice/feature request, so that it can be considered to be implemented.
Cannot get the name of a TEAMS Meeting
Petros Karaoglanis
1
Reputation point
When i hit https://graph.microsoft.com/v1.0/communications/callRecords/{id} i cannot find in the received information the name of my meeting.
Is there another way to get this information?
2 answers
Sort by: Most helpful
-
Deva-MSFT 2,266 Reputation points Microsoft Employee
2021-02-06T18:08:30.723+00:00 -
Saonti - MSFT 171 Reputation points
2021-02-19T10:46:31.75+00:00 Hi @Petros Karaoglanis , If you are trying to get Teams Online Meeting Details, you can try out this API :
GET /me/onlineMeetings/{meetingId}
Check Docs for further details.
You will be getting the Subject of the meeting as well.