question

NikitaPandey-4461 avatar image
0 Votes"
NikitaPandey-4461 asked Dev-8176 commented

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

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.

azure-ad-graph
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@NikitaPandey-4461 Have you able to sort this out?
I need to integrate same in my project. Can you please guide me the process and permission that needs to be set in Azure App registered.

When I am trying to access the same API I am getting below error.

104600-image.png
Thanks in Advance


0 Votes 0 ·
image.png (65.8 KiB)

1 Answer

SaurabhSharma-msft avatar image
0 Votes"
SaurabhSharma-msft answered SaurabhSharma-msft commented

@NikitaPandey-4461 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.



image.png (47.7 KiB)
· 5
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi, @SaurabhSharma-msft , Thank you for answer.

It is working fine, but I have doubt suppose i have created a meeting of 2 hours
"start": {
"dateTime": "2020-08-31T06:00:00.0000000",
"timeZone": "UTC"
},
`"end": { "dateTime": "2020-08-31T08:00:00.0000000", "timeZone": "UTC" } and I start the meeting at 06:00, but I ended the meeting in one hour, but my ending time is showing "end": {
"dateTime": "2020-08-31T08:00:00.0000000",
"timeZone": "UTC"
}
as 2 hours only, Can please help me it is possible to get the exact starting and ending meeting time using Graph API???


Please help me out as soon as possible...

0 Votes 0 ·

@NikitaPandey-4461 Unfortunately, it is not possible as the endpoint gives you the scheduled start and end time of the meeting. Please provide this as a feedback at Microsoft Graph API Uservoice.


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


0 Votes 0 ·

Hi @SaurabhSharma-msft , Thank you for answer..
Ok Sure, I will provide my feedback.

0 Votes 0 ·

Hi @SaurabhSharma-msft,
Can you answer my below question which given in the below link:-

https://docs.microsoft.com/en-us/answers/questions/79922/is-there-any-microsoft-graph-api-for-getting-onlin.html


Please help me out on this..

0 Votes 0 ·
Show more comments