Calendars

The calendar endpoint allows you to list the available calendars. It currently only allows one HTTP method.

/api/calendars

GET https://dalelist.io/api/calendars

List the available calendars

Headers

NameTypeDescription

Authentication

string

Authentication token to (see the "Authentication" section)

[
  {    
    "id": 123456, 
    "name": "MyCalendar",    
  }, 
  {...}
]

Last updated