ghl_calendar_notification_list
Retrieve calendar notifications by calendar ID, with optional filters for active status, deleted status, and pagination support.
Instructions
Get notifications Get calendar notifications based on query Endpoint: GET /calendars/{calendarId}/notifications (Version header: v3; source: v3/calendars-v3.json) OAuth scopes: calendars/events.readonly Pagination params: limit, skip — pass them to page through full result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of records to skip | |
| limit | No | Number of records to return | |
| deleted | No | ||
| isActive | No | ||
| calendarId | Yes |