Developer Tool
Fill in an event's details to get a standard .ics file, downloadable and importable into Google Calendar, Outlook, Apple Calendar, or any other calendar app.
An .ics file is plain text following the iCalendar standard (RFC 5545) — the same format every major calendar app reads and writes. This generator builds a minimal, valid VCALENDAR/VEVENT block with your details, using UTC times internally so the event lands at the correct moment regardless of which timezone the person opening it is in.
This tool covers single, timed events — the most common case. For a repeating schedule, see the RRULE Builder, which generates the recurrence rule line you'd add inside the same VEVENT block.
Related
Add a recurrence rule to make an event repeat.
An embeddable live countdown, instead of a calendar file.
Find the next occurrence of a repeating event before scheduling it.