We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: