This tool helps you identify the exact duration and window of intersection between two scheduled time blocks. Perfect for coordinating across time zones or checking calendar conflicts.
Total Overlap:
0 minutes
Overlap Window: 00:00 to 00:00
Percentage of Meeting 1:
0%
Percentage of Meeting 2:
Overlap represents the shared duration between two time intervals, determined by checking if the start of one window falls before the end of another.
Formula: Overlap = max(0, min(EndA, EndB) - max(StartA, StartB))
Overlap = max(0, min(EndA, EndB) - max(StartA, StartB))
Example: Meeting A (09:00 to 10:30) and Meeting B (10:00 to 12:00).
A zero result means the meetings are back-to-back or have no shared time window at all.
No, both meetings must be entered using the same time zone for the math to be accurate.
© 2026 Hreflabs LLC. All rights reserved.
Made with ❤️ for everyone who loves accurate calculations