Fastmail calendar invite list profile
org.intentschema.productivity.calendar.invite.list.v1@com.fastmail.v1
JSON: bare · @sha256:92f3f39ff5c0…
Hash: sha256:92f3f39ff5c06ad5539593b05847f1ae349973f4a0e149f0bcdca9b6c6133c52
Fastmail JMAP profile for listing pending invites (CalendarEvent/query filtered by participationStatus=needs-action).
Implements: List calendar invites (org.intentschema.productivity.calendar.invite.list.v1)
Payload
| Field | Type | Description |
target * | Target | (system = "fastmail", required: system) |
object | object | |
object
| Field | Type | Description |
query | string | Optional provider-specific search string. |
filter | object | |
limit | integer (minimum 1; maximum 500; default 50) | |
cursor | string | |
filter
| Field | Type | Description |
after | string (date-time) | |
before | string (date-time) | |
status | enum: needs_action | tentative | accepted | declined | |
Result
| Field | Type | Description |
items * | object[] | |
next_cursor | string | Present when more results are available. |
estimated_total | integer | |
API mapping
| Field | Value |
base_url | https://api.fastmail.com |
method | POST |
path | /jmap/api/ |
jmap_method | CalendarEvent/query |
scopes | urn:ietf:params:jmap:calendars |
docs | https://jmap.io/spec-calendars.html |
Field mapping
| Intent field | API parameter |
(implicit) | filter: participationStatus=needs-action |