calendar_daily_agenda
Retrieve a formatted daily agenda with all events for a specified date, including all-day and timed events, organized for daily briefings from Google Calendar.
Instructions
Get the agenda for a specific day with all events.
Returns a formatted summary of all events for the specified date, organized by all-day events and timed events. Useful for daily briefings.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date in YYYY-MM-DD format (e.g., '2024-12-15'). If not provided, uses today's date. | |
| calendar_ids | No | Comma-separated list of calendar IDs to include (e.g., 'primary,work@group.calendar.google.com'). If not provided, includes all calendars. |