Turn ICS calendar data into JSON event objects, or rebuild an ICS file from JSON.
Last updated: June 2026 | By Patchworkr Team
[
{
"uid": "patchworkr-1",
"summary": "Design Review",
"start": "20260623T090000Z",
"end": "20260623T100000Z",
"description": "Review the next release",
"location": "Teams",
"status": "",
"allDay": false
}
]ICS stores calendar events in a standard text format. JSON makes those events easy to use in APIs and scripts.
Paste an .ics file and convert its events into a JSON array.
Provide JSON event objects or an object with an `events` array and rebuild a calendar export.
Design Review
Related Tools
Compress folders into ZIP archives or extract ZIPs into folders.
Normalize GeoJSON or wrap coordinate records into features.
Convert between hexadecimal bytes and text.
Convert between plain text and URL-encoded strings.
Convert between text and Unicode escape sequences.
Convert calendar events between ICS and CSV.