Is there any provision to get Ongoing teams meeting details along with attendees details? we are using Java as our implementation Language.

Ameer Kaja 0 Reputation points
2023-03-07T05:22:14.1033333+00:00

We need to get Ongoing meeting details after that we should have attendees details. At the end of the meeting we need to get key points of the meeting. In mid of the meeting we need to send message on chat window.

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,059 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,841 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. JimmyYang-MSFT 48,791 Reputation points Microsoft Vendor
    2023-03-08T02:29:44.4366667+00:00

    Hi @Ameer Kaja

    You can use the API to access data such as meeting details, attendees, and other related information.

    Get meetingAttendanceReport:

    https://learn.microsoft.com/en-us/graph/api/mee...

    In this blog, it also describes how to get meeting details from it, you could refer to:

    https://alexholmeset.blog/2021/01/17/get-detailed-data-from-your-teams-meetings/

    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.


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

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


    0 comments No comments

  2. Ameer Kaja 0 Reputation points
    2023-03-08T05:41:32.33+00:00

    Hi JimmyYang,

    Thanks for your response.

    Actually when I tried with Microsoft Graph API. we getting authentication error. here I attached screenshot .ERROR

    When I open the permission panel also , unable to enable consent. once we select, it shows empty pop up. so kindly give solution.

    error2

    Thanks & regards

    Ameer