Selected Calendars
Selected calendars keeps track of which calendars should be checked for conflicts.
get
http://localhost:3002/v1
/selected-calendars
Find all selected calendars
post
http://localhost:3002/v1
/selected-calendars
Creates a new selected calendar
get
http://localhost:3002/v1
/selected-calendars/{userId}_{integration}_{externalId}
Find a selected calendar by providing the compoundId(userId_integration_externalId) separated by `_`
patch
http://localhost:3002/v1
/selected-calendars/{userId}_{integration}_{externalId}
Edit a selected calendar
delete
http://localhost:3002/v1
/selected-calendars/{userId}_{integration}_{externalId}
Remove a selected calendar
Last modified 8mo ago