Get GoHighLevel Calendar Events
ghl_get_calendar_eventsRetrieve calendar events with optional filters for time range, contact, group, or calendar. Returns results in markdown or JSON format.
Instructions
List calendar events with GET /calendars/events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return from the local page. | |
| offset | No | Number of items to skip locally after receiving the API response. | |
| endTime | No | End time in milliseconds, as number or string. | |
| groupId | No | ||
| contactId | No | ||
| startTime | No | Start time in milliseconds, as number or string. | |
| calendarId | No | ||
| extra_query | No | Optional additional GoHighLevel fields to pass through when the API supports fields not modeled by this tool. | |
| location_id | No | Optional GoHighLevel location ID override. Defaults to GHL_LOCATION_ID. | |
| response_format | No | Output format: markdown for human-readable summaries, json for structured output. | markdown |