How I can use Microsoft.Graph V1 version for finding meeting rooms

Amitkumar Bhatt 61 Reputation points
2022-02-24T11:33:12.903+00:00

I don't want to use beta version as you not recommending for production environment. I am using beta version right now to find meeting rooms. Can you please suggest how I can find meeting rooms with version 1.0 . I almost implemented one module to create event from our application.

I am using <PackageReference Include="Microsoft.Graph.Beta" Version="4.15.0-preview" />

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

Accepted answer
  1. Shivam Dhiman 5,946 Reputation points
    2022-02-24T14:01:51.69+00:00

    Hi @Amitkumar Bhatt ,

    To fetch the meeting Rooms in V1.0 you can use this endpoint https://graph.microsoft.com/v1.0/places/microsoft.graph.room to get all the rooms available.

    177460-rooms.png

    To get the specific room you can use this endpoint https://graph.microsoft.com/v1.0/places/{meeting-room-id}

    Reference - MS Documentation to get Place, MS Documentation to list Place

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


0 additional answers

Sort by: Most helpful