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

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

Last updated