Google Calendar invite respond profile
org.intentschema.productivity.calendar.invite.respond.v1@com.google.calendar.v1
JSON: bare · @sha256:d5b7ec687fa1…
Hash: sha256:d5b7ec687fa123850576acccccf8315b8481b448c72f43163b0d9e0669328531
Google Calendar profile for responding to invites.
Implements: Respond to calendar invite (org.intentschema.productivity.calendar.invite.respond.v1)
Payload
| Field | Type | Description |
target * | Target (required: external_id) | (system = "google_calendar", required: system) |
object * | object | |
idempotency_key | string | |
object
| Field | Type | Description |
response * | enum: accept | decline | tentative | |
comment | string | Optional note included in the reply. |
notify_organizer | boolean (default true) | |
Result
| Field | Type | Description |
external_id | string | |
response_recorded_at | string (date-time) | |
API mapping
Field mapping
| Intent field | API parameter |
target.external_id | calendarId/events/{eventId} path params |
object.response | attendees[self].responseStatus = accepted|declined|tentative (via events.patch) |