MS Teams Graph API: Get online meeting data for a meeting which is not found in my calendar with a join URL

Harald Gächter 0 Reputation points
2023-04-12T14:40:32.6066667+00:00

Hi everybody,

when somebody sends me a Teams meeting link as Teams message or email, I retrieve the online meeting data for this meeting with GET https://graph.microsoft.com/v1.0/me/onlineMeetings and the parameter '$filter=JoinWebUrl eq '{joinUrl}'. This works fine as long as the meeting is already found in my calender but as soon as the meeting is not found in the calendar, I get an error (Code: Forbidden, Message: An error has occurred.). Is there a way to get this online meeting data also for meetings not found in my calendar?
I need the online meeting data for my calling bot to join the same meeting with the POST /communications/calls Graph API call. In order to work properly, the required call object for creating the call needs the organizer user ID, organizer tenant ID, chatInfo thread ID and chatInfo message ID. These values are only found in the online meeting data set as far as I know.

Perhaps there's also another way to get my calling bot join the meeting with only a join url I didn't think of yet? Any help would be much appreciated.

Kind regards,
Harald

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
807 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,627 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Siddharth Gautam 855 Reputation points
    2023-04-12T16:30:21.3233333+00:00

    Hello Harald Gächter,

    Thanks for posting!

    As per my testing, I am also able to replicate the behavior for the meeting when I'm not an organizer or in the participation list. As it's expected behavior for the API, so it'll not return any data in the API response.

    Note: - To use application permission for this API, tenant administrators must create an application access policy and grant 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).

    Hope this helps.

    If the answer is helpful, please click Accept Answer and kindly upvote. If you have any further questions about this answer, please click Comment.