DocsAPI ReferenceCalendar/bff/calendar/conflicts
getCalendarAdmin BFF

/bff/calendar/conflicts

Returns every pair of blocking (non-all-day) events from my-overlay whose time windows overlap. Cross-org events keep the privacy mask (title/calendar fields are NULL with maskReason set).

CalendargetBffCalendarConflicts

Parameters

2 query

2 total
Query · 2
fromstringRequired

ISO-8601 lower bound.

tostringRequired

ISO-8601 upper bound.

Request

GET /bff/calendar/conflicts

get
curl -X GET "https://api.bizkithub.com/bff/calendar/conflicts?from=2026-06-01T00%3A00%3A00Z&to=2026-06-30T23%3A59%3A59Z" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

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