Destination Calendars
Destination calendars map bookings for event types to particular calendars.
get
http://localhost:3002/v1
/destination-calendars
Find all destination calendars
post
http://localhost:3002/v1
/destination-calendars
Creates a new destination calendar
get
http://localhost:3002/v1
/destination-calendars/{id}
Find a destination calendar
patch
http://localhost:3002/v1
/destination-calendars/{id}
Edit an existing destination calendar
delete
http://localhost:3002/v1
/destination-calendars/{id}
Remove an existing destination calendar
Last modified 8mo ago