Aug 23 2021 08:58 AM
Is it possible to detect if a user can book a room resource via Microsoft Graph? Can't find any documentation on samples on it.
I mean, there is a setting in Exchange Online from Exchange administration side that we can tweak either from the UI or from PowerShell (Set-CalendarProcessing + BookInPolicy parameter) in the room resource as below, so the room only accepts requests from specified users and groups:
I'm working on a custom app to book rooms, it would be good to warn or block rooms that users don't have permission to invite rooms to meetings, instead of booking an event and managing the rejection. As this setting can be managed with PowerShell I wonder if there is no other way to access it programmatically such as via MS Graph.
Aug 23 2021 10:52 PM
Aug 24 2021 01:40 AM