Using the Microsoft Graph Beta REST API for Customer Bookings I would like to retrieve the public link for a booking service page, which is available through the MS Bookings app here:
However, it doesn't seem to be in the response body for bookingService or any other entity: https://docs.microsoft.com/en-us/graph/api/resources/bookingservice?view=graph-rest-beta
Is there a way via MS Graphs to get this link?
Thanks