List calendar invites
org.intentschema.productivity.calendar.invite.list.v1
JSON: bare · @sha256:b3f5724c84b1…
Hash: sha256:b3f5724c84b10d34acf2f57bb49c7337a76313d6dd58517d4e4e90fa154e12c7
List incoming invites awaiting a response (PARTSTAT NEEDS-ACTION).
Payload
| Field | Type | Description |
target * | Target | |
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 | |
items[]
| Field | Type | Description |
external_id | string | |
summary | string | |
organizer | string (email) | RFC 5321 mailbox. Plain address (jane@example.com) or with display name ("Jane Doe" <jane@example.com>). |
start | string (date-time) | |
end | string (date-time) | |
status | string | |
Examples
pending invites
{
"target": {
"system": "google_calendar"
},
"object": {
"filter": {
"status": "needs_action"
}
}
}
Profiles