Forum Discussion
Manoj Mittal
Oct 08, 2018Copper Contributor
Get Meeting Room extended Property i.e. Room Availability
I am building Microsoft Azure Bot with Graph API using C# i.e. Meeting Invite Bot. I need to show meeting room availability as per user suggested time. If user says " Please block meeting room -Jup...
Raj Kolagotla
Oct 26, 2018Former Employee
Meeting rooms are typically represented as a resource under /users/, so you could use that to access more properties around the meeting room by using /users/<address> within Microsoft Graph.