This API is supported only for calendar backed OnlineMeeting

Ricardo Grade 10 Reputation points
2023-08-23T16:14:07.1533333+00:00

Context: I have registered an application in another account that will be able to access users' online meetings. I connected this account to that app, giving the required consent, I am able to successfully make calls to the endpoint: 'https://graph.microsoft.com/beta/me/onlineMeetings/{meeting_id}'

I created a scheduled meeting on the calendar, joined the meeting, recorded it, and now when I try to access the recordings for that meeting, the following error is returned by the Graph API: {"error":{"code":"PreconditionFailed","message":"This API is supported only for calendar backed OnlineMeeting."}}

How can I create meetings eligible to the endpoint: 'https://graph.microsoft.com/beta/me/onlineMeetings/{meeting_id}/recordings'?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,113 questions
{count} votes

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.