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 error response:
{
"error": {
"code": "Forbidden",
"message": "An error has occurred.",
"innerError": {
"request-id": "a2303662-0cc4-4f4c-ad1c-9c303b2509e8",
"date": "2022-11-21T08:34:46",
"client-request-id": "a2303662-0cc4-4f4c-ad1c-9c303b2509e8"
}
}
}
On last month I created meetings on outlook and It worked but now it fails. Can you check why I was forbidden (I had access token generated by azure bot) and whether the users can get meeting info if a meeting is created on outlook? Thanks
- Nivedipa-MSFT
Microsoft
ChenguangHe
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.- ChenguangHeBrass 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-MSFT
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