closed-interval-overlap-formula

Status: IN

The event conflict solution uses `a <= d and c <= b` (closed-interval overlap), meaning events sharing only a boundary moment are reported as conflicting; using `<` instead of `<=` would change this semantic.

Source: entries/2026/06/06/determine-if-two-events-have-conflict-solution.md

JSON