Skip to main content
GET

Path Parameters

string
required
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"
The ICS file includes:
  • Event title and description
  • Start and end dates
  • Location details
  • Recurrence rules (if applicable)
  • Reminders
  • Organizer information

Error Responses

object
Error details when the request fails
Common error cases:
  • 404 Not Found: Event not found