Back to Google Calendar
Connect Knoon AI with Google Calendar (Google) to automate AI workflows.
Fetch a single Google Calendar event by ID.
googleCalendarGetEvent
BETA
Permissions
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| calendarId | file | ID of the calendar containing the event (e.g. "primary" or a specific calendar ID). | Yes |
| eventId | mustache | ID of the event to fetch. | Yes |
| privateExtendedProperty | map (mustache) | Optional map of private extended properties that must match on the event to return it. | No |
| sharedExtendedProperty | map (mustache) | Optional map of shared extended properties that must match on the event to return it. | No |
Returns
| Name | Type | Description |
|---|---|---|
| status | string | DONE or ERROR. |
| start | string | Start date/time in RFC 3339/ISO 8601 format. |
| end | string | End date/time in RFC 3339/ISO 8601 format. |
| sensitive.eventId | string | Unique identifier of the event. |
| sensitive.summary | string | Title of the event. |
| sensitive.description | string | Description or notes. |
| sensitive.location | string | Location of the event, if any. |
| sensitive.status | string | Event status. |
| confidential.htmlLink | string | Link to view the event in Google Calendar. |