DocsAPI ReferenceCalendar/bff/calendar/calendar-settings-update
postCalendarAdmin BFF

/bff/calendar/calendar-settings-update

Partially updates calendar settings. Only provided fields are changed. Requires the authenticated member to have permission on the calendar.

CalendarpostBffCalendarCalendar-settings-update

Parameters

16 body

16 total
Body · 16
codestringRequired

External calendar code identifier.

namestring

Calendar display name.

colorstring

Calendar hex color (e.g., "#FF5733").

timezonestring

Calendar timezone (e.g., "Europe/Prague").

publicDescriptionstring | null
internalDescriptionstring | null
emailDescriptionstring | null
defaultLocationTitlestring | null
productIdnumber | null
variantIdnumber | null
settingsPublicDescriptionstring | null
settingsInternalDescriptionstring | null
onlineChangeDeadlinestring

Deadline for online changes (ISO duration or similar).

reserveFromstring

Earliest time customers can reserve.

reserveUntilstring

Latest time customers can reserve.

timeSlotIntervalstring

Time slot interval for the booking grid.

Request

POST /bff/calendar/calendar-settings-update

post
curl -X POST "https://api.bizkithub.com/bff/calendar/calendar-settings-update" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "code": "example_code",
  "name": "example_name",
  "color": "example_color",
  "timezone": "example_timezone",
  "onlineChangeDeadline": "example_onlineChangeDeadline",
  "reserveFrom": "example_reserveFrom",
  "reserveUntil": "example_reserveUntil",
  "timeSlotInterval": "example_timeSlotInterval"
}'

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key