Is there any Microsoft Graph API for getting Online Meeting name - Length? for Microsoft team.

Nikita Pandey 146 Reputation points
2020-08-28T06:58:14.817+00:00

Is there any Microsoft Graph API for getting Online Meeting name - Length? for Microsoft team.
Please help me out on this as I didn't find any API for this.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,068 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. James Hamil 24,926 Reputation points Microsoft Employee
    2020-08-28T19:40:26.103+00:00

    Hi! There is no direct way to request length, but you can get it pretty easily. Follow this documentation for example requests. You can make a function that subtracts the start time of the meeting from the end time.

          "start": {  
              "dateTime": "2017-08-14T21:00:00.0000000",  
              "timeZone": "UTC"  
          },  
          "end": {  
              "dateTime": "2017-08-14T22:00:00.0000000",  
              "timeZone": "UTC"  
          },  
    

    I hope this helps! Please let me know if you have any other questions.


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.