calendars_get_calendar_events
Retrieve calendar events within a specified time range, filtering by user, group, or calendar ID. Get event details for scheduling and management in GoHighLevel.
Instructions
Get Calendar Events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | No | User Id - Owner of an appointment. Either of userId, groupId or calendarId is required | |
| endTime | Yes | End Time (in millis) | |
| groupId | No | Either of groupId, calendarId or userId is required | |
| startTime | Yes | Start Time (in millis) | |
| calendarId | No | Either of calendarId, userId or groupId is required | |
| locationId | No | Location Id Defaults to GHL_LOCATION_ID when omitted. |