CougarCS/CougarCS-Backend

Event Pagination Feature for CougarCS Calendar

bnleft opened this issue · 0 comments

bnleft commented

Google Calendar Events List API used by CougarCS-Backend
https://developers.google.com/calendar/api/v3/reference/events/list
This fetches every single event, sorted by last updated.

When this was implemented, there was no consideration for pagination and now we pay the price of this tech debt.

However, recently we reached the limit on how much data we can fetch. This will impact any events shown in October and future.

Refer to fix #295

Let me know if you need more information!