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

FieldTypeDescription
target *Target (required: external_id)
objectobject
idempotency_keystring
object
FieldTypeDescription
commentstringOptional note included in the cancellation notification.
notify_attendeesboolean (default true)

Result

FieldTypeDescription
external_idstring
cancelled_atstring (date-time)

Examples

cancel event

{
  "target": {
    "system": "google_calendar",
    "external_id": "evt_abc123"
  },
  "object": {
    "comment": "Conflict; will reschedule."
  }
}

Profiles