/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
Body · 14
eventIdstringRequiredExternal event code identifier.
titlestringEvent title.
descriptionstring | nullagendastring | nullurlstring | nullstartTimestringNew start time (ISO 8601).
endTimestringNew end time (ISO 8601).
isAllDaybooleanWhether the event spans the entire day.
isBlockingbooleanWhether the event blocks conflicting reservations in the same slot.
locationTitlestring | nullreservedBlockingTostring | nulltypestring | nullnotifyBeforestring | nullvisibilitynullRequest
POST /bff/calendar/event-edit
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.