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

UK holidays calendar invalid now #6369

Open
artfulrobot opened this issue Sep 25, 2024 · 1 comment
Open

UK holidays calendar invalid now #6369

artfulrobot opened this issue Sep 25, 2024 · 1 comment
Labels
0. to triage Pending approval or rejection bug

Comments

@artfulrobot
Copy link

artfulrobot commented Sep 25, 2024

Steps to reproduce

Use the UK public holiday calendar hard-coded in apps/calendar/js/calendar-public-calendar-subscription-picker.js

Expected behavior

Holidays loaded

Actual behaviour

Guzzle errors about too deep recursion in logs. Appears to be because

it tries to fetch
https://www.thunderbird.net/media/caldata/autogen/UKHolidays-EnglandWales.ics

which is a 404 now. It appears that the correct URL is
https://www.thunderbird.net/media/caldata/autogen/UKHolidays.ics

As found at https://www.thunderbird.net/en-US/calendar/holidays/#U

Calendar app version

5.0.0

CalDAV-clients used

No response

Browser

No response

Client operating system

No response

Server operating system

No response

Web server

None

Database engine version

None

PHP engine version

None

Nextcloud version

No response

Updated from an older installed version or fresh install

None

List of activated apps

No response

Nextcloud configuration

No response

Web server error log

No response

Log file

No response

Browser log

No response

Additional info

Not sure if it's related but clicking on the Add public holiday calendar link does nothing; nothing in web console, no calendar added.

image

@artfulrobot artfulrobot added 0. to triage Pending approval or rejection bug labels Sep 25, 2024
@tcitworld
Copy link
Member

Related: #6014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. to triage Pending approval or rejection bug
Projects
None yet
Development

No branches or pull requests

2 participants