How to get a notification when Teams online meeting has started

Nyan Cat 0 Reputation points
2025-01-15T15:22:30.7166667+00:00

Hi I am trying to subscribe to online meeting call events.

I am using MS Graph Python SDK and a GraphServiceClient to post the subscription request.

I have subscription for new event creation and when this happens I check whether it is on online meeting and if it is I then pass the join url to this function: I checked the join url - it is always functional link.

I get this error:

APIError

    Code: 400

    message: None

    error: MainError(additional_data={}, code='BadRequest', details=None, inner_error=InnerError(additional_data={}, client_request_id='d0340ddd-8299-4816-a04e-f871ec71b673', date=DateTime(2025, 1, 15, 14, 48, 28, tzinfo=Timezone('UTC')), odata_type=None, request_id='7e2c390c-c04a-46dd-adbd-84eec2dab52a'), message='Bad Request - Error in query syntax.', target=None)
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,678 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,800 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,483 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.