REST API to get available time-slots & book an appointment

Hello there,

I would like to integrate Youcanbook.me with Google Dialogflow (webhook call) to book an appointment via REST API.

I’m looking for the following functionality

  1. Get available time-slots from the given date range (Feb-28-2020 to Feb-29-2020)
  2. Book an appointment

Does YouCanBook.me has support above functionality via API?

1 Like

We do not have a public availability end point. You would need to use Google Calendar API to request this, then pass in the information via our API for the booking date and time to book.

@Ben YCBM has a wonderful API, but I think this is an oversight. I would encourage you to expose the necessary model. I think it makes your API more sticky, because ass you mention yourself, this completely removes the need to use any other API from other calendars. In a sense, if you allow for exporting of availabilities, you are an aggregator for calendars.