Meeting Time Overlap
Find overlapping time between two time ranges.
Overlap
90 min
Overlap window
10:00 → 11:30
Status
Overlap found
Result90 minutes
Example: 09:00–12:00 and 10:00–11:30 → 90 minutes
Formula
Overlap = max(0, min(end) − max(start))
Find overlapping time between two time ranges.