Reputation: 43
I've been using the google calendar API in order to build a data set that contains:
https://www.googleapis.com/calendar/v3/calendars/en.uk%23holiday%40group.v.calendar.google.com/events?key= + token
Unfortunately it only worked for events since 2021 and until the end of 2023. Is there a way to pull older information? using the timeMin argument for the request did not help.
Thanks!
Upvotes: 2
Views: 722
Reputation: 19339
If one imports that calendar using the user-interface, they'll notice there's no event older than 1 January 2021. The same behavior can be noticed in other holiday calendars.
Most likely this kind of calendar updates its events each year, so that events corresponding to holidays from previous years are removed.
Therefore, this is not related to Calendar API. The events you are looking for do not exist.
Upvotes: 1