Skip to content
New issue

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

use free software to generate public calendars #753

Open
anarcat opened this issue Feb 5, 2025 · 0 comments
Open

use free software to generate public calendars #753

anarcat opened this issue Feb 5, 2025 · 0 comments

Comments

@anarcat
Copy link

anarcat commented Feb 5, 2025

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:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant