how can i differentiate betweeen live events and meeting using the Graph api response data

cherif zargouni 1 Reputation point
2022-12-05T10:41:57.1+00:00

Hello everyone , how can i distanguate between live events and meeting in microsoft teams according to the response object of the http request

greetings

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,023 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,928 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,228 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,553 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Shivam Dhiman 6,056 Reputation points
    2022-12-05T23:30:48.053+00:00

    Hi @cherif zargouni

    To check whether the meeting is Live event or not you can use "isBroadcast".

    As per the documentation isBroadcast Indicates if this is a Teams live event. So if the value for isBroadcast is true this means that its a Teams live event. For non live events i.e. OnlineMeeting this value will be false. Please refer to this documentation and below sample screenshot.
    267319-isbroadcast.png

    Hope this helps.

    If the answer is helpful, please click Accept Answer and kindly upvote. If you have any further questions about this answer, please click Comment.

    1 person found this answer helpful.

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.