How to get a notification when Teams online meeting has started
Nyan Cat
0
Reputation points
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)
Sign in to answer