Get calendar events
ghl_get_calendar_eventsRetrieve calendar events or appointments within a specified time window using calendar ID, user ID, or group ID.
Instructions
List calendar events/appointments within a time window. You must provide one of calendarId, userId, or groupId to scope the query. startTime/endTime are epoch milliseconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | No | ||
| endTime | Yes | Window end, epoch milliseconds. | |
| groupId | No | ||
| startTime | Yes | Window start, epoch milliseconds. | |
| calendarId | No | ||
| locationId | No | GHL Location (sub-account) ID. Defaults to GHL_LOCATION_ID. |