In app impl, I forgot to check about how Cornell returns their events. For example at North Star, it will have 3 events: [7-10:30][10:30-2][2-4]. So right now it will for example see that it is in the [7-10:30] event and it will say "open until 10:30". But really it should check ahead and see that there's other events that start right away, so it should really say "open until 4pm"
When doing so:
In app impl, I forgot to check about how Cornell returns their events. For example at North Star, it will have 3 events: [7-10:30][10:30-2][2-4]. So right now it will for example see that it is in the [7-10:30] event and it will say "open until 10:30". But really it should check ahead and see that there's other events that start right away, so it should really say "open until 4pm"