List Calendar Events

Get a list of calendar events

πŸ“˜

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://api.recall.ai/api/v2/calendar-events/?cursor=cD0yMDI0LTAyLTIyKzE2JTNBMTUlM0EwMCUyQjAwJTNBMDA%3D",
  "previous": null,
  "results": [...], // 100 events
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!