You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure this is the right place for this request, but I have found out that the Thunderbird website ships world calendars, thanks to Nextcloud suggesting those calendars in its user interface:
While trying to figure out where that data was generated, I stumbled upon this project which, in its README file, says:
Calendar generation can be manually built by appending the option--buildcalendar. This queries our current calendar provider (Calendarific) and generates a .ics file per each locale specified in settings.py. For testing, you can limit this to just US by using the option --enus.
This option requires setting the CALENDARIFIC_API_KEY= environment variable. If you're using a paid plan you can also set CALENDARIFIC_IS_FREE_TIER=false to remove the sleep time between calls.
Unfortunately, Calendarific doesn't seem to be providing or based on free or even open data. In fact, their terms of service seem to indicate Thunderbird might actually be in breach of the agreement, as it infringes on point 4.2.e:
4.2. Permitted Use.
[...]
The following is a non-exhaustive list of practices that would not be considered "Legitimate Use":
[...]
(e) Redistribute or resell the Data or the Services (wholly or in part).
I have not reported this to the Calendarific people, of course.
I have found two Python libraries that provide similar data:
I encourage you to consider switching to one of those for generating the ICS files! It would reduce legal exposure to the Thunderbird project, at least.
I also think the data source should be credited on the website. If you switch to those free libraries, it could also encourage collaboration in the wider "time and date" community and possibly convergence over such tools and data sources, reducing overall maintenance burden.
Thank you for your consideration.
The text was updated successfully, but these errors were encountered:
Hi!
I'm not sure this is the right place for this request, but I have found out that the Thunderbird website ships world calendars, thanks to Nextcloud suggesting those calendars in its user interface:
https://www.thunderbird.net/en-US/calendar/holidays/
While trying to figure out where that data was generated, I stumbled upon this project which, in its README file, says:
Unfortunately, Calendarific doesn't seem to be providing or based on free or even open data. In fact, their terms of service seem to indicate Thunderbird might actually be in breach of the agreement, as it infringes on point 4.2.e:
I have not reported this to the Calendarific people, of course.
I have found two Python libraries that provide similar data:
I encourage you to consider switching to one of those for generating the ICS files! It would reduce legal exposure to the Thunderbird project, at least.
I also think the data source should be credited on the website. If you switch to those free libraries, it could also encourage collaboration in the wider "time and date" community and possibly convergence over such tools and data sources, reducing overall maintenance burden.
Thank you for your consideration.
The text was updated successfully, but these errors were encountered: