CorrectICS

Usage

Loading usage…

API Keys

No keys yet. Create your first one.

Using the API

Free tier — validate

Send your ICS as raw text or as a file upload.

curl https://api.correctics.com/api/validate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: text/plain" \
  --data-binary @calendar.ics

Pro tier — validate + autofix

Returns a repaired ICS and a list of changes.

curl "https://api.correctics.com/api/validate?autofix=1" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: text/plain" \
  --data-binary @calendar.ics