Events
Get ICS File
Download an ICS file for the event
GET
Path Parameters
The unique identifier (UUID) of the event
Response
Returns an ICS file containing the event details in iCalendar format. The response will have:- Content-Type:
text/calendar; charset=utf-8 - Content-Disposition:
attachment; filename="event.ics"
- Event title and description
- Start and end dates
- Location details
- Recurrence rules (if applicable)
- Reminders
- Organizer information
Error Responses
Error details when the request fails
Common error cases:
- 404 Not Found: Event not found
