List calendar events
Calendars
List calendar events
Returns calendar events in your Plane workspace.
GET
List calendar events
Use this endpoint when you need scheduled items for calendar or schedule sync use cases.
Results are returned in chronological order, sorted by
If you send
starts and then by id.
Parameters
Only return events for this calendar ID.
Only return events whose end date falls on or after this date. Use an ISO 8601 date such as
2026-04-01.Only return events whose start date falls on or before this date. Use an ISO 8601 date such as
2026-04-30.A limit on the number of objects to be returned. Limit can range between 1 and 100, and the
default is 10.
A value from a previous response that lets you fetch the next page.
Return results after this calendar event ID.
Return results before this calendar event ID.
starts or ends, Plane returns an event when any part of it falls inside that date
window.
Returns
Returns a dictionary with acalendar_events property that contains an array of
Calendar event objects. If no matching events exist, the array
is empty.