calmesh_find_conflicts
Identify overlapping events in a calendar date range to find scheduling conflicts. Returns pairs of events that overlap in time.
Instructions
Find overlapping events (conflicts) within a date range. Returns pairs of events that overlap in time. Requires "read" scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | Range end as ISO 8601 datetime. | |
| slug | Yes | Calendar slug. Use calmesh_list_calendars to find available slugs. | |
| start | Yes | Range start as ISO 8601 datetime. |