microsoftgraph / msgraph-sdk-dotnet-auth

Archived - use the TokenCredential classes provided by Azure.Identity. https://docs.microsoft.com/en-us/dotnet/api/overview/azure/identity-readme
https://graph.microsoft.com
MIT License
78 stars 19 forks source link

can you add support for Microsoft Bookings #78

Closed rheophile10 closed 4 years ago

rheophile10 commented 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

MIchaelMainer commented 4 years ago

This exists in the Microsoft.Graph.Beta package.

var result = await graphClient.BookingBusinesses.Request().GetAsync();