Cancel calendar event
org.intentschema.productivity.calendar.event.cancel.v1
JSON: bare · @sha256:e714fd240490…
Hash: sha256:e714fd2404908f8d89b9399ce8ac4febde5e35cb658e8febf744d716a3bb61f1
Cancel an existing event and notify attendees via iTIP CANCEL. Reversibility note: a series-CANCEL fan-out to many attendees is hard to unwind.
Payload
| Field | Type | Description |
target * | Target (required: external_id) | |
object | object | |
idempotency_key | string | |
object
| Field | Type | Description |
comment | string | Optional note included in the cancellation notification. |
notify_attendees | boolean (default true) | |
Result
| Field | Type | Description |
external_id | string | |
cancelled_at | string (date-time) | |
Examples
cancel event
{
"target": {
"system": "google_calendar",
"external_id": "evt_abc123"
},
"object": {
"comment": "Conflict; will reschedule."
}
}
Profiles