get https://us-east-1.recall.ai/api/v2/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
raw
fieldExamples 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
}
Response