Google Calendar event cancel profile
org.intentschema.productivity.calendar.event.cancel.v1@com.google.calendar.v1
JSON: bare · @sha256:5c904eb35d17…
Hash: sha256:5c904eb35d1768e45df4b1af4cd4f256caf24d8178fd5042046befb3cae3dad0
Google Calendar profile for event cancel.
Implements: Cancel calendar event (org.intentschema.productivity.calendar.event.cancel.v1)
Payload
| Field | Type | Description |
target * | Target (required: external_id) | (system = "google_calendar", required: system) |
object | object | |
idempotency_key | string | |
google_calendar @com.google.calendar | object | |
object
| Field | Type | Description |
comment | string | Optional note included in the cancellation notification. |
notify_attendees | boolean (default true) | |
google_calendar @com.google.calendar
| Field | Type | Description |
sendUpdates | enum: all | externalOnly | none | |
Result
| Field | Type | Description |
external_id | string | |
cancelled_at | string (date-time) | |
API mapping
Field mapping
| Intent field | API parameter |
target.external_id | calendarId/events/{eventId} path params |
google_calendar.sendUpdates | sendUpdates query param |
object.comment | (not supported natively; notification text via sendUpdates) |