Get calendar event
org.intentschema.productivity.calendar.event.get.v1
JSON: bare · @sha256:f22208d0a15c…
Hash: sha256:f22208d0a15c026390aba3cb2ae8b1af149da5ce32d0e78bd1acf049af24dcca
Fetch a single calendar event by id, including attendees and conferencing.
Payload
| Field | Type | Description |
target * | Target (required: external_id) | |
Result
| Field | Type | Description |
external_id * | string | |
object | object | |
etag | string | |
object
| Field | Type | Description |
summary | string | |
description | string | |
location | string | |
start | string (date-time) | |
end | string (date-time) | |
timezone | string | |
attendees | string (email)[] | |
recurrence | string | |
Examples
fetch by id
{
"target": {
"system": "google_calendar",
"external_id": "evt_abc123"
}
}
Profiles