How can one determine whether a room's booking will be automatically accepted/declined, or chosen by delegates?

Huong .Quang 0 Reputation points
2024-06-19T07:34:56.5233333+00:00

Using the MS Graph API, I have retrieved the list of rooms. Some rooms automatically accept/reject bookings, while others require selection by a representative. How can this be distinguished?

User's image

User's image

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,193 questions
Microsoft Exchange
Microsoft Exchange
Microsoft messaging and collaboration software.
435 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,281 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Vasil Michev 98,946 Reputation points MVP
    2024-06-19T15:54:20.7566667+00:00

    We cannot see the screenshots, can you reupload them?

    To answer the question, in general the Graph API does not expose all the booking details for a room. This configuration is configurable only via the Exchange cmdlets currently, so if you want to report on it or modify it, you should use PowerShell and the *-CalendarProcessing cmdlets.