Microsoft Graph invite respond profile

org.intentschema.productivity.calendar.invite.respond.v1@com.microsoft.graph.v1

JSON: bare · @sha256:bd441be25d5b…
Hash: sha256:bd441be25d5bb5c9c76c93966c7965482b0a0ea3ba6479f2e2526c379356a0fa

Graph profile for responding to calendar invites (accept/decline/tentativelyAccept).

Implements: Respond to calendar invite (org.intentschema.productivity.calendar.invite.respond.v1)

Payload

FieldTypeDescription
target *Target (required: external_id)(system = "ms_graph", required: system)
object *object
idempotency_keystring
object
FieldTypeDescription
response *enum: accept | decline | tentative
commentstringOptional note included in the reply.
notify_organizerboolean (default true)

Result

FieldTypeDescription
external_idstring
response_recorded_atstring (date-time)

API mapping

FieldValue
base_urlhttps://graph.microsoft.com
methodPOST
path/v1.0/me/events/{id}/{response}
scopesCalendars.ReadWrite
docshttps://learn.microsoft.com/en-us/graph/api/event-accept
notePath suffix is one of: accept, decline, tentativelyAccept — matching the intent's object.response field.

Field mapping

Intent fieldAPI parameter
target.external_id/events/{id}/{response} path
object.responsepath suffix: accept | decline | tentativelyAccept
object.commentcomment in request body
object.notify_organizersendResponse (boolean)