BizKitHub
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

Query parameters

· 2
fromstringRequired

ISO-8601 lower bound.

Example2026-06-01T00:00:00Z
tostringRequired

ISO-8601 upper bound.

Example2026-06-30T23:59:59Z

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

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"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key