Skip to main content
POST
/
v1
/
calendar
/
list-calendars
List Calendars
curl --request POST \
  --url https://api.example.com/v1/calendar/list-calendars \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "calendars": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.atonom.ai/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

The body is of type object.

Response

OK

calendars
object[]

Writable or selectable calendars for the connected user.