Task: CAL-02 | 72h Calendar Comparison
Estimated Hours: 2h | Owner: MK | Priority: P0 | Status: Completed
Definition:
Query calendar for next 72 hours of events. For each extracted deadline (from CAL-01), check if it overlaps with a calendar event. Overlap logic: deadline ≤ 2h before meeting start. Return conflict badge + detail string.
Acceptance Criteria:
Task: CAL-02 | 72h Calendar Comparison
Estimated Hours: 2h | Owner: MK | Priority: P0 | Status: Completed
Definition:
Query calendar for next 72 hours of events. For each extracted deadline (from CAL-01), check if it overlaps with a calendar event. Overlap logic: deadline ≤ 2h before meeting start. Return conflict badge + detail string.
Acceptance Criteria:
{conflict_badge: bool, conflict_detail: str | None}conflict_badge: false, conflict_detail: None