Skip to main content

2026-08-12 Calendar API

  • Calendar events now always return an is_draft flag indicating whether the event is still a draft — added to GET /v1/calendar/events, POST /v1/calendar/events, and GET/PATCH /v1/calendar/events/{event_id}
  • An event can now be cancelled through the new optional is_cancelled field on PATCH /v1/calendar/events/{event_id}