Convert Calendar (ICS) to CSV
Convert an .ics calendar file into a CSV of events with dates, titles, and locations — parsed locally with ical.js, nothing uploaded.
Loading tool…
What is an ICS file?
ICS (iCalendar) is the standard format for sharing calendars and invites, exported by Google Calendar, Apple Calendar, and Outlook.
Why convert ICS to CSV?
A CSV lets you analyse events in a spreadsheet — count meetings, sum durations, or import a schedule into another tool that doesn't read ICS.
How the conversion works
Convertur parses every VEVENT with ical.js and writes one row per event with summary, start, end, location, description, organizer, and UID. Times are normalised to ISO-8601.
How to ics to csv
- Drop an .ics file into the zone above, or paste calendar text.
- Press Convert to parse the events locally in your browser.
- Preview the CSV, then download it.