2

https://learn.microsoft.com/en-us/graph/api/user-findmeetingtimes?view=graph-rest-beta

It is showing only the participant's availability. Is there any way to list down the Room's availability in the given time interval?

Rajivgandhi
  • 41
  • 1
  • 6

1 Answers1

0

Is there any way to list down the Room's availability in the given time interval?

There is no way for now.

But in the MS graph API, you could use findMeetingTimes to display a list of the available meeting room at present. About the details, you could refer to this link.

SunnySun
  • 1,900
  • 1
  • 6
  • 8