get_events_for_date
Retrieve scheduled events for a specific date from Google Calendar to view daily appointments and meetings.
Instructions
Get calendar events for a specific date.
Args: date: Date in YYYY-MM-DD format calendar_id: Calendar ID to query (default: "primary")
Returns: Formatted list of events for that date
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| calendar_id | No | primary |