- What is ICS?
- RFC 5545 iCalendar format — the universal standard for calendar events. Supported by Google Calendar, Apple Calendar, Outlook, etc.
- What fields are supported?
- Summary, description, start, end, location, attendees, organizer, recurrence rules, alarms, URL. Everything an event needs.
- Recurring events?
- Yes — RRULE support (every N days/weeks/months/years, on specific weekdays, until a date). Plus EXDATE for exceptions.
- Can I email the ICS file?
- Send as attachment. Most clients auto-detect and offer 'Add to calendar'. Inline ICS in email bodies works in some clients too.