Find cross-account conflicts
find_cross_account_conflictsDetect calendar event overlaps across different Google accounts, such as a personal appointment colliding with a work meeting. Returns each conflicting pair with the exact overlap window.
Instructions
Find events that overlap across different accounts - for example a doctor appointment on personal that collides with a meeting on work. Returns each conflicting pair with the exact overlap window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accounts | No | Account ids to include. If omitted, every account you are permitted to read is included. | |
| time_max | Yes | End of the range, ISO 8601. | |
| time_min | Yes | Start of the range, ISO 8601. | |
| timezone | No | IANA timezone for interpreting and displaying times, e.g. "Asia/Jakarta". Defaults to the server timezone. | |
| include_same_account | No | Also report overlaps within a single account. Default false, since those are often intentional. |