Is there any Microsoft graph API for getting Start time and end time of the meeting in Ms teams??

Nikita Pandey 146 Reputation points
2020-08-28T08:39:20.257+00:00

Is there any Microsoft graph API for getting Start time and end time of the meeting in Ms teams??

As when we are using creating online meeting API at that time we are getting details in the response, is there any separate API for getting the start and end time of the meeting.

Please help me out on this.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,606 questions
{count} votes

Accepted answer
  1. Saurabh Sharma 23,751 Reputation points Microsoft Employee
    2020-08-28T18:21:23.77+00:00

    @Nikita Pandey You can use Microsoft Event endpoint to get the meeting start and end time of a specific user by passing the event id of the teams meeting. Here is an example of using it -

    https://graph.microsoft.com/v1.0/users/<user email address>/events/AAMkADBhZDBlZDJmLTgzY2EtNGZiYi1hZjJlLTUyOTZhMThkMGQyZgBGAAAAAAD-t-9GXYQNRogb58-hfdKLBwCui86sWT5YTZ5oyIp9eiMgAAAAAAENAACui86sWT5YTZ5oyIp9eiMgAAAG7tD6AAA=?$select=start,end  
    

    21208-image.png

    ----------

    Please do not forget to "Accept the answer" wherever the information provided helps you to help others in the community.


0 additional answers

Sort by: Most helpful