You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# if the current and last meetings overlap, use the latest end time
if current_meeting_start <= last_merged_meeting_end
merged_meetings[-1] = [last_merged_meeting_start, [last_merged_meeting_end, current_meeting_end].max] # add the current meeting since it doesn't overlap