get_events_tool
Retrieve calendar events from Google Calendar by specifying time ranges, search queries, and result limits for scheduling and planning purposes.
Instructions
Get events from a calendar.
Args: user_google_email: The user's Google email address calendar_id: Calendar ID (default: 'primary') max_results: Maximum number of events to return (default: 10) time_min: Start time in ISO format (default: now) time_max: End time in ISO format (default: 7 days from now) query: Optional search query string
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | ||
| calendar_id | No | primary | |
| max_results | No | ||
| time_min | No | ||
| time_max | No | ||
| query | No |