nextcloud / calendar

📆 Calendar app for Nextcloud
https://apps.nextcloud.com/apps/calendar
GNU Affero General Public License v3.0
984 stars 241 forks source link

UK holidays calendar invalid now #6369

Closed artfulrobot closed 1 month ago

artfulrobot commented 1 month ago

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

tcitworld commented 1 month ago

Related: https://github.com/nextcloud/calendar/pull/6014

miaulalala commented 1 month ago

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.