Loading…
Loading…
Loading…
Convert CSV to iCalendar. Paste text or choose a file, review the result, then copy or download it.
Need the reverse direction? Convert iCalendar to CSV.
Defined conversion policy
iCalendar output follows RFC 5545’s CRLF exception, folds physical lines at 75 UTF-8 octets, escapes TEXT values, emits UTC timestamps with Z, and generates required UID and DTSTAMP properties. Calendar-only structures may flatten or be dropped when crossing to tabular data.
summary,start,end,location,description Project planning,2026-09-01T09:00:00Z,2026-09-01T10:00:00Z,Conference room,"Review roadmap, owners, and dates"
BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Converts.live//Data Converter//EN CALSCALE:GREGORIAN BEGIN:VEVENT UID:[email protected] DTSTAMP:20260907T071150Z DTSTART:20260901T090000Z DTEND:20260901T100000Z SUMMARY:Project planning DESCRIPTION:Review roadmap\, owners\, and dates LOCATION:Conference room END:VEVENT END:VCALENDAR
Paste or open CSV data, review any validation message, then copy or download the iCalendar result.
Inputs are capped at 20 MB. More expensive browser work reports progress, can be cancelled, and has a timeout so the page stays responsive.
Yes. The formats model data differently, so some type or structural information may change. The converter documents its deterministic mapping on this page.
Integers are retained as BigInt internally and become strings when JSON cannot represent them safely. NaN and Infinity produce a clear error instead of invalid JSON or rounded output.