get_events_for_date
Retrieve scheduled events for a specific date from Google Calendar to view daily meetings and appointments. Specify a date in YYYY-MM-DD format to get a formatted list of calendar entries.
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 |