Calendars
The calendar endpoint allows you to list the available calendars. It currently only allows one HTTP method.
Last updated
The calendar endpoint allows you to list the available calendars. It currently only allows one HTTP method.
GET https://dalelist.io/api/calendars
List the available calendars
Authentication
string
Authentication token to (see the "Authentication" section)
[
{
"id": 123456,
"name": "MyCalendar",
},
{...}
]Last updated