schedule_find_conflicts
Detect scheduling conflicts in a date range: overlapping events, tight transitions under 10 minutes, and long events over 4 hours. Returns JSON lists of issues to support calendar cleanup and planning.
Instructions
Detect overlapping events or tight transitions in a date range.
Checks Google Calendar events for: exact overlaps, events with fewer than 10 minutes between them (tight transitions), and events longer than 4 hours (marathon sessions worth flagging).
Args: params.start_date: Start of the range to scan. params.end_date: End of the range to scan. params.calendar_id: Calendar to check.
Returns: str: JSON with lists of overlaps, tight transitions, and long events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |