I want to access following information/details through graph API

Amir Sohail 411 Reputation points
2021-12-10T10:03:05.723+00:00

Our organization want to access below following information through graph API

  1. How to access transcription and recording for a specific meeting?
  2. How to get a list of all meetings in a company calendar between two dates?
  3. How to get a list of all meetings between two dates for a specific employee?
  4. How to get details of a particular meeting using graph API through user azure ID?
  5. How to get all meeting Names and Id's using graph API through user azure ID

please share the API call if it's possible.

Thanks in advance for your help.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,715 questions
{count} votes

Accepted answer
  1. JamesTran-MSFT 36,456 Reputation points Microsoft Employee
    2021-12-13T22:48:32.563+00:00

    @Amir Sohail
    Thank you for your post and for your time and patience throughout this issue. I'm not an expert with the Cloud Communications Graph API, but I've added the correct tag to your thread so our Cloud Communications community can take a look into this as well.

    1.How to access transcription and recording for a specific meeting?

    2.How to get a list of all meetings in a company calendar between two dates?

    • Based off my research you can't get a list of all meetings in a company calendar between two dates. However, you can use the Get onlineMeeting Graph API to get the details of an online meeting, using the meeting ID.

    3.How to get a list of all meetings between two dates for a specific employee?

    • Based off my research you can't get a list of all meetings between two dates for a specific employee. However, you can use the Get onlineMeeting Graph API to get the details of an online meeting, using the meeting ID or /users/{userId}.

    4.How to get details of a particular meeting using graph API through user azure ID?

    • You should be able to get details of a particular meeting using the onlineMeeting resource type, specifically the Get onlineMeeting Graph API using videoTeleconferenceId, meeting ID, or joinWebURL.

    5.How to get all meeting Names and Id's using graph API through user azure ID

    For more info:
    Working with the communications API in Microsoft Graph
    Working with the call records API in Microsoft Graph
    onlineMeeting resource type
    presence resource type

    Since a lot of the capabilities that you're requesting currently aren't possible, I'd recommend leveraging our User Voice forum and creating a feature request, so our engineering team can look into implementing this.

    If you have any other questions, please let me know.
    Thank you for your time and patience throughout this issue.

    ----------

    Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.

    0 comments No comments

0 additional answers

Sort by: Most helpful