get_meeting_stats
Count meetings for specified people over a date range, returning total meetings, meetings per workday, and days with meetings.
Instructions
Get meeting count statistics for one or more people over a date range.
Uses GetUserAvailability to count calendar events (including expanded recurring instances) for each person.
Args: people: Comma-separated names or email addresses to analyze. start_date: Start date in YYYY-MM-DD format. end_date: End date in YYYY-MM-DD format.
Returns: JSON object with per-person stats sorted by meeting count: total_meetings, meetings_per_workday, days_with_meetings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| people | Yes | ||
| start_date | Yes | ||
| end_date | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |