Parameters
2 query
Query parameters
· 2fromstringRequiredISO-8601 lower bound (inclusive).
Example
2026-06-01T00:00:00ZtostringRequiredISO-8601 upper bound (inclusive).
Example
2026-06-30T23:59:59ZReturns all events the viewer is involved in — their per-org personal calendars plus events they're an attendee of — across every active membership of the viewer (cas__organisation_member.user_id). Events whose organisation_id differs from the current session org, or whose effective visibility is private, are returned with title, calendar_name and calendar_color set to null and mask_reason set to 'cross_org' or 'private'. The UI is expected to render a generic Busy placeholder for those.
2 query
fromstringRequiredISO-8601 lower bound (inclusive).
2026-06-01T00:00:00ZtostringRequiredISO-8601 upper bound (inclusive).
2026-06-30T23:59:59Z1 status code documented
This response returns no JSON body.
{
"success": true
}GET /bff/calendar/my-overlay
curl -X GET "https://api.bizkithub.com/bff/calendar/my-overlay?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.