Get Events For Contact
get_events_attached_to_contactRetrieve all calendar events tied to a contact, with full event details in each result. Option to get only total counts and breakdowns for quick analysis.
Instructions
Retrieve all calendar events for a specific contact. RETURNS FULL DATA: Each result includes all event fields - no need to call get_event afterward. Use count_only=true for accurate counts without returning the full result set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| contact_id | Yes | The ContactId to get events for | |
| count_only | No | When true, auto-paginates and returns only total count and breakdowns (no results array). | |
| max_results | No | Max results (default 500) |