Free local event utility

Make one calendar file, ready to import.

Turn a simple event into a downloadable .ics file. Your title, time, location, and notes stay in this browser.

1 · Add the event details

Keep the timing clear.

The download uses local, floating event time. Confirm the time zone in the calendar where you import or share it.

2 · Check and export

Your event file is ready.

A single VEVENT is wrapped in the standard calendar header and footer.

BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//NetFee//Local iCalendar File Generator//EN
CALSCALE:GREGORIAN
BEGIN:VEVENT
UID:netfee-20260828-1000@fees.atomcoming.com
DTSTAMP:20260920T113821Z
DTSTART:20260828T100000
DTEND:20260828T104500
SUMMARY:Team planning session
LOCATION:Studio 2
DESCRIPTION:Bring the draft agenda and open questions.
END:VEVENT
END:VCALENDAR

Use it carefully

Portable calendar data, not an invitation service.

An iCalendar file is a standard event-data format. Google Calendar can import an individual .ics file from a computer, and its documentation shows the required calendar and event wrappers.

This local generator makes one timed event only. It does not email invitations, add attendees, reserve a room, detect time zones, create recurring events, update another person's calendar, or confirm that an import succeeded. Review the downloaded file and the receiving calendar's current import settings before sharing it.

Read Google Calendar's import guidance ↗
Read the iCalendar specification ↗