Microsoft Graph calendar event cancel profile
org.intentschema.productivity.calendar.event.cancel.v1@com.microsoft.graph.v1
JSON: bare · @sha256:c3fd5a1a2d9a…
Hash: sha256:c3fd5a1a2d9aa7e7941cf50a0b3b87d1f27c438283b81f83ff9aca1403105a68
Graph profile for calendar event cancel.
Implements: Cancel calendar event (org.intentschema.productivity.calendar.event.cancel.v1)
Payload
| Field | Type | Description |
target * | Target (required: external_id) | (system = "ms_graph", required: system) |
object | object | |
idempotency_key | string | |
ms_graph @com.microsoft.graph | object | |
object
| Field | Type | Description |
comment | string | Optional note included in the cancellation notification. |
notify_attendees | boolean (default true) | |
ms_graph @com.microsoft.graph
open object — no declared properties
Result
| Field | Type | Description |
external_id | string | |
cancelled_at | string (date-time) | |
API mapping
Field mapping
| Intent field | API parameter |
target.external_id | /events/{id}/cancel path |
object.comment | comment (string in request body) |