find_danger_zones
Detect scheduling conflicts and risky calendar patterns, including missed lunch breaks, back-to-back meetings over 3 hours, no free time, and overlapping events.
Instructions
Identify scheduling problems and conflicts.
Detects:
- Days with no lunch break (meetings 12-2pm)
- Back-to-back meeting stretches longer than 3 hours
- Days with zero free time during work hours
- Overlapping events (conflicts)
Args:
start_date: Start date (YYYY-MM-DD)
end_date: End date (YYYY-MM-DD)
calendar_ids: List of calendar IDs. Defaults to ["primary"].
Returns:
List of identified scheduling problems with severity levels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | Yes | ||
| start_date | Yes | ||
| calendar_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |