Staff member's upcoming-bookings calendar feed (iCalendar)
GET
/api/public/{slug}/staff/{staffId}/calendar.ics
const url = 'https://example.com/api/public/example/staff/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/calendar.ics';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/api/public/example/staff/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/calendar.icsParameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”slug
required
string
staffId
required
string format: uuid
Responses
Section titled “Responses”Default Response