Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,573 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I use C#
I have permission to enable Calendars.Read
Also enter the correct room ID
I use this API graphClient -> userlist -> user -> calendar -> event to get the conference room information correctly
However, using this API graphClient -> roomlist -> room -> calendar -> event, the conference room information cannot be obtained
Where does the problem lie?