Closed nyiyui closed 2 years ago
iCalendar files (*.ics) are a common format for calendars and is supported by Google Calendar, Microsoft Outlook, etc.
*.ics
Generates for public events using the /api/events endpoint.
/api/events
URL format:
https://sisikyo.herokuapp.com/events/<opaque-key>/private.{ics,json,html}
Generates for user-specific events:
Maybe like this? https://sisikyo.example.com/calendar.ics?oauth-code=…
https://sisikyo.example.com/calendar.ics?oauth-code=…
iCalendar files (
*.ics
) are a common format for calendars and is supported by Google Calendar, Microsoft Outlook, etc.Proposal
Public Events
Generates for public events using the
/api/events
endpoint.Private/User-specific Events
URL format:
Generates for user-specific events: