/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 · 2
fromstringRequiredISO-8601 lower bound.
tostringRequiredISO-8601 upper bound.
Request
GET /bff/calendar/conflicts
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.