Parameters
2 query
Query parameters
· 2fromstringRequiredISO-8601 lower bound.
Example
2026-06-01T00:00:00ZtostringRequiredISO-8601 upper bound.
Example
2026-06-30T23:59:59ZReturns 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).
2 query
fromstringRequiredISO-8601 lower bound.
2026-06-01T00:00:00ZtostringRequiredISO-8601 upper bound.
2026-06-30T23:59:59Z1 status code documented
This response returns no JSON body.
{
"success": true
}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"All BizKitHub public API endpoints require authentication via API key.