Fastmail calendar invite respond profile
org.intentschema.productivity.calendar.invite.respond.v1@com.fastmail.v1
JSON: bare · @sha256:f110d0ac926f…
Hash: sha256:f110d0ac926f96f1d35a193469bf56e7e2f97da24c1ab5d13d9190421b099152
Fastmail JMAP profile for responding to calendar invites. Updates the participant's participationStatus via CalendarEvent/set.
Implements: Respond to calendar invite (org.intentschema.productivity.calendar.invite.respond.v1)
Payload
| Field | Type | Description |
target * | Target (required: external_id) | (system = "fastmail", 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 | Value |
base_url | https://api.fastmail.com |
method | POST |
path | /jmap/api/ |
jmap_method | CalendarEvent/set |
scopes | urn:ietf:params:jmap:calendars |
docs | https://jmap.io/spec-calendars.html |
Field mapping
| Intent field | API parameter |
target.external_id | CalendarEvent/set update/{id} |
object.response | participants.{self}.participationStatus (accepted|declined|tentative) |