Enter an event and get a downloadable ICS (iCalendar) file right away
It is the standard format for importing an event into a calendar application. Google Calendar, Apple Calendar and Outlook all read it. It is commonly attached to email or offered for download on a website so people can add an event to their own calendar.
The time you enter is read as a time in the zone you selected and written out in UTC (the trailing Z form). No VTIMEZONE block is required, so every application reads the same instant. If you do not want any offset applied, choose the no time zone option and the event is written as a floating time read as local time on the device that opens it.
RFC 5545 defines DTEND of an all-day event as the day after the last day. For an all-day event on 26 September, DTSTART is 20260926 and DTEND is 20260927. This tool adds that day for you.
Yes. RFC 5545 limits a line to 75 octets, so longer lines are folded onto continuation lines that begin with a space. Multi-byte characters are measured in UTF-8 bytes so a character is never split in the middle.
No. Generation and download run entirely in your browser. The event details are never sent to or stored on a server.