/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
Body · 16
codestringRequiredExternal calendar code identifier.
namestringCalendar display name.
colorstringCalendar hex color (e.g., "#FF5733").
timezonestringCalendar timezone (e.g., "Europe/Prague").
publicDescriptionstring | nullinternalDescriptionstring | nullemailDescriptionstring | nulldefaultLocationTitlestring | nullproductIdnumber | nullvariantIdnumber | nullsettingsPublicDescriptionstring | nullsettingsInternalDescriptionstring | nullonlineChangeDeadlinestringDeadline for online changes (ISO duration or similar).
reserveFromstringEarliest time customers can reserve.
reserveUntilstringLatest time customers can reserve.
timeSlotIntervalstringTime slot interval for the booking grid.
Request
POST /bff/calendar/calendar-settings-update
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.