iCal

Validate iCal feed

Check an external iCal URL for duplicate UIDs, overlaps, and freshness.

Used by the public /tools/ical-checker Server Action and exposed for partners. Returns the same shape: a list of warnings plus a `lastModified` timestamp.

Endpoint

POST/v1/ical/validate

Headers

KeyValueRequired
AuthorizationBearer {access_token}Required

Request body

FieldTypeRequiredDescription
urlstringRequiredHTTPS iCal feed URL (webcal:// auto-converted).

Response

FieldTypeDescription
warningsWarning[]Array of duplicate-UID or overlap entries.
lastModifiedstringISO timestamp from feed metadata.