Create event
POSThttps://api.postpress.ai/v1/calendars/{id}/events
Path parameters
idstringrequired
Path placeholder for `id`.
Request body
titlestringoptional
Field `title`.
startstringoptional
Field `start`.
endstringoptional
Field `end`.
{
"title": "Sync",
"start": "2026-06-01T15:00:00Z",
"end": "2026-06-01T15:30:00Z"
}Response
Returns the canonical resource representation. See Errors for failure shapes.
Updated May 2026