Retrieves a paginated list of events for the authenticated user's company.
Permission Requirements:
- Employee users: Can access all events in their company.
Event Filtering:
Only non-recurring events (recurrence="never") are returned. Events are filtered by the user's company and by the user's calendar permissions. The endpoint supports extensive filtering by date ranges, users, calendars, jobs, tags, and other criteria.
Pagination:
Results are paginated with a maximum of 10 events per page. Use the page and page_size parameters to navigate through results.
Timezone Handling:
Event times are returned in the user's local timezone. The start and end fields use a formatted display string (MM/DD/YYYY HH:MMAM/PM), while local_start and local_end provide ISO 8601 formatted timestamps with timezone information.
