Calendar Feeds
Subscribe to calendar feeds using any calendar application that supports iCal (Google Calendar, Apple Calendar, Outlook, etc.).
All Events
All Public Events
/api/cal/all.icsBy Space
By Space and Event Type
You can filter by event type within a space using the URL pattern: /api/cal/space/event-type.ics
Show all combinations
Widget API
Embed upcoming events on your website using the widget API. Returns upcoming events sorted by date.
JSON Endpoint
/api/widget/upcomingReturns JSON data for programmatic use.
HTML Embed (iframe)
/api/widget/upcoming?format=htmlReturns a styled HTML page suitable for iframe embedding.
Query Parameters
| Parameter | Default | Description |
|---|---|---|
space | all | Filter by space slug (e.g., ?space=c4) |
limit | 10 | Max number of events (1-50) |
months | 6 | How far into the future to look (1-24 months) |
format | json | Output format: json or html |
locale | de-DE | Date formatting locale (e.g., en-US) |