Skip to main content
POST
Create Calendar Subscription

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

External shared calendars that are imported into Sonderplan on a recurring schedule

calendar_url
string
required

URL (link) to the external calendar subscription, usually a .ics file

Example:

"https://calendar.google.com/calendar/i"

enabled
boolean

If enabled, Sonderplan will be regularly checking the external calendar for changes

Example:

true

booking_property
Calendar Subscription Import Booking Properties · object

Bookings imported from the external calendar will have these properties added

Response

Successful Operation

success
object