MS Booking: allignment between Graph API and the web app about booking appointment

Stefano Mandelli 31 Reputation points
2021-02-11T12:11:40.397+00:00

The Booking web app let you add more than one customer for a single appointment. You can even set a "maximum number of attendees" property for each type of event.

But when you get a bookingAppointment object through Bookings Graph API it has attributes for a single customer (customerID, customerName, customerEmail, etc) that are all null in case of more customers associated with that bookingAppointment.

Is there a way to access the customer collection associated with a bookingAppointment instance? If there is no way to access this collection, when will the Booking Graph API be updated to reflect the web app ability to invite more customer togheter within the same appointment?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,581 questions
0 comments No comments
{count} votes

Accepted answer
  1. Babu Alagarsamy (MSFT) 86 Reputation points
    2021-02-12T17:07:07.967+00:00

    @Stefano Mandelli ,
    Bookings Graph API does not have feature parity with the Bookings Web App yet, so multi-customer scenario won't work in Graph APIs.

    Adding support for multi-customer scenario to Graph API is something that we have in our active backlog and we don't have any ETA that can be shared publicly for this yet. Please check https://www.microsoft.com/en-us/microsoft-365/roadmap?owM365RoadmapSearchInput=bookings&owM365RoadmapSearchButton=&filters=Bookings for the upcoming features for Bookings and we will keep this updated when Graph APIs will be updated as well.

    Thanks,
    Babu (MSFT)

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful