get_calendar_events
Retrieve calendar events and appointments within a specified date range, with optional filters by user, group, or calendar.
Instructions
Get calendar events/appointments within a date range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | No | Filter by user ID (owner of appointments) | |
| endTime | Yes | End time in milliseconds since epoch | |
| groupId | No | Filter by group ID | |
| startTime | Yes | Start time in milliseconds since epoch | |
| calendarId | No | Filter by calendar ID |