Closed artfulrobot closed 1 month ago
Use the UK public holiday calendar hard-coded in apps/calendar/js/calendar-public-calendar-subscription-picker.js
Holidays loaded
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
5.0.0
No response
None
Not sure if it's related but clicking on the Add public holiday calendar link does nothing; nothing in web console, no calendar added.
Related: https://github.com/nextcloud/calendar/pull/6014
The new Thunderbird calendars are live now in the latest calendar release. YOu can unsubscribe from the old UK calendar, reload the page and resubscribe to the UK calendar again.
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.