Forum Discussion
PaulWins
Jun 10, 2024Copper Contributor
Book Appointment - MS Bookings Graph API
Hi, I can create appointments using the MS Bookings API, for particular staff/customers and services in my configured booking business. However I've noticed that the API call does not stop double...
jackgurae
Jan 17, 2025Copper Contributor
Hi, I'm currently in your place.
Did you ever figure it out?
I think the Microsoft Booking web wrap MS Bookings Graph API with another API layer which also handle an edge case when user tries to create appointment (time slot and staff) that just been booked. If so, it responses with error you described.
But for pure MS Bookings Graph API, I think it allows dev to just book the appointment ignoring availability checking?
- PaulWinsJan 21, 2025Copper Contributor
Hi Jack,
Nope, just had to guard by doing another availability check before booking creation. Not bullet-proof / ideal at all as stated originally. 😒