List Calendar Events
Calendar
List Calendar Events
Return a paginated list of calendar events from connected Google or Outlook calendars
GET
List Calendar Events
Request
Query Parameters
Page number.
Results per page. Maximum 100.
ISO 8601 lower bound on
start_time. Defaults to the beginning of the current day in the workspace’s timezone.ISO 8601 upper bound on
start_time. Defaults to 30 days after from_date.Filter to events that include the given contact as an attendee.
Filter to events linked to the given deal.
Filter to events where this email is on the attendee list.
Headers
Response
Pagination metadata:
page, per_page, and total.X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, and X-Request-ID.
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 401 | invalid_key | Invalid or expired API key |
| 403 | insufficient_permissions | Missing read:calendar permission or no connected calendar |
| 429 | rate_limited | Rate limit exceeded |