icssc / peterportal-api-next

API that provides easy access to public data from UC Irvine. Developed for Anteaters, by Anteaters.
https://docs.icssc.club/anteaterapi
MIT License
6 stars 0 forks source link

Calendar Dump for Term Start and Finals Start #124

Closed adcockdalton closed 6 months ago

adcockdalton commented 7 months ago

As of now, the Calendar endpoint requires specification of quarter and year: https://docs.api-next.peterportal.org/docs/developers-guide/rest-api/reference/calendar

(This is in contrast to the terms endpoint, which produces every available term name). It would be useful to have a similar option for Calendar such that the information available could be something like a map of each term to the corresponding information for finals/term dates.

As a follow up issue, a programmatic way to access the date the schedule of classes is available would also be of use.

adcockdalton commented 7 months ago

as a side note, the Calendar endpoint as is erroneously returns the end of finals date for both the start of finals and end of finals:

"finalsStart":"2024-03-22T00:00:00.000Z","finalsEnd":"2024-03-22T00:00:00.000Z"