Sample ICS files
iCalendar (.ics, RFC 5545) is the standard for exchanging calendar data: events, meetings, tasks, reminders. Below are sample .ics files to download and import into Google Calendar, Apple Calendar, Outlook
🧠 How iCalendar works
iCalendar is a text format (RFC 5545) with lines of the form PROPERTY:value and mandatory CRLF line breaks. Everything is wrapped in VCALENDAR; inside are the components VEVENT (event), VTODO (task), VALARM (reminder). Recurrence is set by RRULE.
