- New overlap.py service with check_overlap(), check_overlap_for_create(), and check_overlap_for_edit() functions - Detects same-day time conflicts for a user's calendar - Checks both real (materialized) TimeSlots and virtual (plan-generated) slots - Excludes skipped/aborted slots from conflict checks - Edit scenario excludes the slot being edited from conflict candidates - Returns structured SlotConflict objects with human-readable messages - 24 passing tests covering no-conflict, conflict detection, inactive exclusion, edit self-exclusion, virtual slot overlap, and message content
7.9 KiB
7.9 KiB