DocsAPI ReferenceCalendar Event/bff/calendar/event-edit
postCalendar EventAdmin BFF

/bff/calendar/event-edit

Updates an existing calendar event. All fields are optional - only provided fields are changed. Nullable fields can be set to null to clear the value. When start time changes, existing reminders are automatically recalculated.

Calendar EventpostBffCalendarEvent-edit

Parameters

14 body

14 total
Body · 14
eventIdstringRequired

External event code identifier.

titlestring

Event title.

descriptionstring | null
agendastring | null
urlstring | null
startTimestring

New start time (ISO 8601).

endTimestring

New end time (ISO 8601).

isAllDayboolean

Whether the event spans the entire day.

isBlockingboolean

Whether the event blocks conflicting reservations in the same slot.

locationTitlestring | null
reservedBlockingTostring | null
typestring | null
notifyBeforestring | null
visibilitynull

Request

POST /bff/calendar/event-edit

post
curl -X POST "https://api.bizkithub.com/bff/calendar/event-edit" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "eventId": "example_eventId",
  "title": "example_title",
  "startTime": "example_startTime",
  "endTime": "example_endTime",
  "isAllDay": false,
  "isBlocking": false
}'

Response

JSON payload

{
  "success": false
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key