Generate a weekly actions summary from Apple Calendar events and Reminders. Use when the user wants to plan their week, review upcoming commitments, or prepare for the week ahead.
Generate a week-level overview using the user's Apple Calendar and Reminders data.
calendar_get_events with startDate and endDate spanning the week.reminders_get_reminders with dueBefore set to the end of the week.reminders_get_reminders with no date filters to catch overdue items.Present the summary in this order:
Keep it scannable. Use short lines, not paragraphs. Omit sections that have no items.