API Reference

Calendar

Subscribe to an iCalendar (ICS) feed of public-facing meetings — drop the URL into Outlook, Google Calendar, or Apple Calendar.

Base URL: https://quorate.app/api/v1

GET/calendarscope: meetings:read

ICS feed of upcoming public meetings.

Returns `text/calendar; charset=utf-8`. Cache for at most 1 hour.

curl -H "Authorization: Bearer qrt_xxxxxxxxxxxxxxxx" \
     https://quorate.app/api/v1/calendar

More