Push API and Webhooks
Calendar Events
User Calendar Availability
the users' calendar availability can be accessed to identify suitable time slots and periods for event scheduling this feature depends on the users' https //www cronofy com connection being active in jobylon create post p2/users/calendar availability/ query string parameters none request payload the request structure is based on cronofy's https //docs cronofy com/developers/api/scheduling/availability/ true 103,66,73,172left unhandled content type left unhandled content type left unhandled content type left unhandled content type left 1 1 unhandled content type left 1 1 unhandled content type left 1 1 unhandled content type left 1 1 unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left 1 1 unhandled content type left 1 1 unhandled content type left 1 1 unhandled content type left 1 1 unhandled content type participants true 63,50,76,225left unhandled content type left unhandled content type left unhandled content type left unhandled content type left 1 1 unhandled content type left 1 1 unhandled content type left 1 1 unhandled content type left 1 1 unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type members true 63,50,76,225left unhandled content type left unhandled content type left unhandled content type left unhandled content type left 1 1 unhandled content type left 1 1 unhandled content type left 1 1 unhandled content type left 1 1 unhandled content type query periods true 63,56,75,220left unhandled content type left unhandled content type left unhandled content type left unhandled content type left 1 1 unhandled content type left 1 1 unhandled content type left 1 1 unhandled content type left 1 1 unhandled content type left 1 1 unhandled content type left 1 1 unhandled content type left 1 1 unhandled content type left 1 1 unhandled content type response the response will be a list of available time slot objects true 139,118 40816326530609,403 5918367346939left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left 1 1 unhandled content type left 1 1 unhandled content type left 1 1 unhandled content type exceptions true 330,331left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type example curl request post \\ \ url https //staging jobylon com/p2/users/calendar availability/ \\ \ header 'content type application/json' \\ \ header 'x app id \<app id>' \\ \ header 'x app key \<app key>' \\ \ data '{ "participants" \[ { "members" \[ { "email" "peter parker\@jobylon com" }, { "email" "bruce wayne\@jobylon com" } ], "required" "all" }, { "members" \[ { "email" "diana themyscira\@jobylon com" }, { "email" "tony stark\@jobylon com" } ], "required" 1 } ], "query periods" \[ { "start" "2025 12 15t09 00 00", "end" "2025 12 20t20 00 00" }, { "start" "2025 12 22t09 00 00", "end" "2025 12 31t15 30 00" } ], "duration min" 30, "response format" "periods" }'