Feature #2: Show Busy Schedule
Explore how to implement a feature that displays a user's busy hours by merging overlapping or consecutive meetings. Learn to sort and process meeting times efficiently to provide a clear busy schedule without revealing individual slots.
We'll cover the following...
We'll cover the following...
Description
For the next feature, we want to find the times during which a user is busy. This feature is intended to show the busy hours of a user to other users without revealing the individual meeting slots. Therefore, if any meetings overlap or are back to back, then we want to merge their timings.
We will be provided a ...