Skip to main content
PUT
Update Calendar Subscription

Authorizations

Authorization
string
header
required

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

Query Parameters

id
string
required

The ID of the calendar subscription you wish to update

Body

application/json

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

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

calendar_url
string

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

Example:

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

Response

Successful Operation

success
object