icssc / AntAlmanac

A course exploration and scheduling tool for UCI Anteaters
https://antalmanac.com
MIT License
55 stars 62 forks source link

MapBar doesn't update to allow filtering by Sun/Sat for Custom Events #929

Closed KevinWu098 closed 3 months ago

KevinWu098 commented 4 months ago

When a weekend course is added, the MapBar will update, like the Calendar does, to allow for filtering by Sun/Sat.

However, Custom Events which are on the weekends do not trigger the update as it's based on CalendarEvents which comes from AppStore.getCourseEventsInCalendar().

It should instead be AppStore.getEventsInCalendar().