Closed rheophile10 closed 4 years ago
Would you?
https://docs.microsoft.com/en-us/graph/api/resources/booking-api-overview?view=graph-rest-beta
The only other reference I see is
https://github.com/microsoft/bookings-samples
This exists in the Microsoft.Graph.Beta package.
var result = await graphClient.BookingBusinesses.Request().GetAsync();
Would you?
https://docs.microsoft.com/en-us/graph/api/resources/booking-api-overview?view=graph-rest-beta
The only other reference I see is
https://github.com/microsoft/bookings-samples