Calendar
Calendar events — milestones, releases, posts, todos, and sessions
Authorization
sessionAuth AuthorizationBearer <token>
Supabase access token — used by the web and mobile apps
In: header
Query Parameters
startDate*string
Start date (ISO 8601)
endDate*string
End date (ISO 8601)
teamId?string
Filter by team ID
curl -X GET "https://example.com/api/v1/calendar/?startDate=string&endDate=string"Authorization
sessionAuth AuthorizationBearer <token>
Supabase access token — used by the web and mobile apps
In: header
Query Parameters
teamId?string
Team ID for team-scoped sync. Omit for user-wide sync.
curl -X GET "https://example.com/api/v1/calendar/sync"Was this helpful?