List Calendar Events

Get a list of calendar events. This endpoint is rate limited to 10000 requests per user per minute.

Log in to see full request history

📘

For more information, see Calendar V2.

raw field

Examples of the platform-specific raw field data can be found at Calendar Event Platform Data.

A maximum of 100 events are returned. If more events exist, the response will include a next string with the full URL and cursor to retrieve the next page of paginated results.

Example:

{ "next": "https://us-east-1.recall.ai/api/v2/calendar-events/?cursor=cD0yMDI0LTAyLTIyKzE2JTNBMTUlM0EwMCUyQjAwJTNBMDA%3D", "previous": null, "results": [...], // 100 events }
Query Params
uuid
string

The pagination cursor value.

string

Filter results by ical_uid. (Case sensitive prefix match will be performed.)

boolean
date-time
date-time
date-time
date-time
Response

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json