Analyze calendar load
analyze_busynessSee how loaded each day is with event count and total scheduled minutes. Quickly assess weekly busyness without listing every event.
Instructions
Summarise how loaded each day is: event count and total scheduled minutes.
Use this to answer "how busy is my week" without listing every event.
Args: time_min: Start of the window, ISO 8601. time_max: End of the window, ISO 8601. calendar_id: Calendar to analyse. account: Account name from 'calendar-mcp accounts'; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| time_max | Yes | ||
| time_min | Yes | ||
| calendar_id | No | primary |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Per-day totals, in date order. | |
| time_max | Yes | End of the analysed window, ISO 8601. | |
| time_min | Yes | Start of the analysed window, ISO 8601. | |
| calendar_id | Yes | Calendar that was analysed. | |
| total_events | No | Sum of event_count across all days. | |
| total_duration_minutes | No | Sum of total_duration_minutes across all days. |