Calendar Event Normalization
# Calendar Event Normalization API One API. Every calendar. One canonical event. Convert Google, Outlook, Apple, Calendly, Exchange, iCal, and other calendar/scheduling payloads into a single canonical event format. Send JSON (POST /normalize) or raw .ics text (POST /normalize/ical); get one merged events array with timezone-safe start/end (original + UTC), recurrence, attendees, organizer,…
Calendar Event Normalization endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Normalize /normalize |
Normalize one or more calendar payloads into a single canonical event schema. Send an inputs array; each input has calendarId (e.g. google, outlook, apple, ical, calendly,… |
| POST |
Normalize iCal /normalize/ical |
Normalize raw iCal (.ics) text into the same canonical event schema as POST /normalize. Request body is the raw .ics string (Content-Type: text/plain). Query params: calendarId… |
Calendar Event Normalization pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA Recommended | $49.99 / month | — |
|
| MEGA | $99.99 / month | — |
|