Feature #2: Show Busy Schedule
Explore how to identify and merge overlapping meetings in a user's calendar to display consolidated busy times. This lesson teaches sorting and merging intervals to improve scheduling features while preserving privacy in Google Calendar.
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 ...