Forum Discussion

chrisp_ascent's avatar
chrisp_ascent
Copper Contributor
Nov 21, 2023

Service scheduling policy is not being returned from the API

Hi,

 

We are currently experiencing an issue when making an MS Bookings Graph API call to https://graph.microsoft.com/v1.0/solutions/bookingBusinesses/{BusinessMailbox}/services, the time increments and minimum/maximum lead times are being returned as 0. This applies to all services.

 

For instance, the below service is set to 30 minutes of time increments, 1 hour of minimum lead time and 180 days of maximum lead time.

 

 

Doing the above API call for this service returns the following response. Is this an issue on the Graph API?

 

"schedulingPolicy": {
    "timeSlotInterval": "PT0S",
    "minimumLeadTime": "PT0S",
    "maximumAdvance": "PT0S",
    "sendConfirmationsToOwner": false,
    "allowStaffSelection": false
},

 

Thanks.

No RepliesBe the first to reply

Resources