How to convert iCalendar to Calendar CSV
Before you start
Paste iCalendar content or drop a matching file.
Accepted: .ics · text/calendar- Paste valid iCalendar content, choose files, or drag them onto the drop zone.
- Confirm the detected format. Mixed-format batches are flagged before conversion.
- Select “Convert on this device.” Produces previewable Calendar CSV text and a correctly named download.
How this converter behaves
The source records are parsed into a small, typed interchange model and serialized into the destination format with explicit fidelity limits.
What happens to your data?
The conversion engine runs in this browser tab. OmniCastConverter has no upload API and never sends your content, file name, or converted result to a server.
Fidelity and limitations
This route is classified as structural. The converter preserves meaning and structure supported by both formats.
- Core event fields are preserved; recurrence rules, alarms, attendees, and time-zone definitions are omitted.
Try a valid example
The “Use example” action in the workbench loads this exact input. Produces previewable Calendar CSV text and a correctly named download.
BEGIN:VCALENDAR
VERSION:2.0
BEGIN:VEVENT
SUMMARY:Private planning
DTSTART:20260723T090000Z
DTEND:20260723T100000Z
LOCATION:Vilnius
DESCRIPTION:Processed locally
END:VEVENT
END:VCALENDAR