Difficulty Retrieving MeetingId for Teams Meeting Created via Calendar Event using Microsoft Graph.
I am working on integrating Microsoft Teams meetings with a .NET 6 backend using the Microsoft Graph API. In my implementation, I create calendar events with online meetings enabled by setting IsOnlineMeeting = true on the event object. The creation of the meeting itself works fine, and I receive a joinUrl link which attendees can use to join the meeting.
However, I face a significant challenge: I need to programmatically retrieve the Teams meeting ID (meetingId) after creating the event, which is crucial for functions like fetching attendance reports and meeting insights.
0 Replies