finos / calendar

FINOS Calendar
Apache License 2.0
4 stars 5 forks source link

Google api pagination #176

Closed TheJuanAndOnly99 closed 3 weeks ago

TheJuanAndOnly99 commented 3 weeks ago

I Modify the getGoogleEvents function to handle pagination as we were hitting an API limit.

It now repeatedly fetches events until no more pages are left and concatenate the events from each page until all events are retrieved.