Forum Discussion
ChenguangHe
Nov 21, 2022Brass Contributor
Cannot get meeting info if meeting is created on outlook
Hi, I created a meeting on teams and I can get meeting info with meeting join url. However if I create a meeting on outlook and I try to use same way to get meeting info, I will receive following err...
Nivedipa-MSFT
Microsoft
Nov 21, 2022ChenguangHe
We have created meeting in Outlook and call the graph below graph api.
GET /me/onlineMeetings?$filter=JoinWebUrl%20eq%20'{joinWebUrl}'
But we are getting meeting info.
- ChenguangHeNov 21, 2022Brass Contributor
I tried again and it doesn't work on me, This is the request and response I have
Could you check the request id? Thanks
- Nivedipa-MSFTNov 22, 2022
Microsoft
ChenguangHe - Have you created an application access policy and granted it to a user to authorize the app configured in the policy to fetch online meetings and/or online meeting artifacts on behalf of that user (with user ID specified in the request path)?
Please refer below doc to Configure application access to online meetings :
https://learn.microsoft.com/en-us/graph/cloud-communication-online-meeting-application-access-policy- ChenguangHeNov 24, 2022Brass ContributorNivedipa-MSFT I confirm that I have the access policy. Because I can get meeting info if it is created on teams