Push API and Webhooks
...
Calendar Events
User Calendar Availability
the user’s calendar availability can be accessed to identify suitable time slots for event scheduling this feature depends on the user’s cronofy connection being active in jobylon create post /users/calendar availability/ query string parameters none request payload name type mandatory? description user string yes email address of the user start time datetime yes lookup initial time in the format %y %m %dt%h %m %s end time datetime yes lookup final time in the format %y %m %dt%h %m %s duration integer yes duration needed for the event response the response will be a list of available time slot objects name type description start datetime initial datetime of the available slot end datetime final datetime of the available slot exceptions status description 400 bad request \ invalid field format or data \ the user does not exist \ the user does not belong to a customer account accessible by the partner \ the user does not have an active connection to cronofy 403 permission denied 405 method not supported