/bff/calendar/event-storno
Cancels or restores a single calendar event. Sends storno notification emails to all attendees and logs the action.
Calendar EventpostBffCalendarEvent-storno
Parameters
3 body
Body · 3
calendarIdstringRequiredCalendar code.
eventIdstringRequiredExternal event code identifier.
isStornobooleanRequiredtrue = cancel, false = restore.
Request
POST /bff/calendar/event-storno
curl -X POST "https://api.bizkithub.com/bff/calendar/event-storno" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"calendarId": "example_calendarId",
"eventId": "example_eventId",
"isStorno": 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.