nextcloud / calendar

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

Not able to add subscriptions or holidays calendars #6095

Closed gio-educ closed 3 months ago

gio-educ commented 3 months ago

Steps to reproduce

  1. Go to calendar app
  2. Click on "+ New calendar"
  3. You won't find the option "New subscription from link (read-only) as described here
  4. You won't find the option "add holiday calendar" either as described here

Expected behavior

To find those options as described in the calendar user manual

Actual behaviour

One see only these 2 options:

image

Calendar app version

4.7.8

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

28,0,6 and 29.0.3

Updated from an older installed version or fresh install

Updated from an older version

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

No response

tcitworld commented 3 months ago

Is the allow_calendar_link_subscriptions config set by any chance? What does

occ config:app:get dav allow_calendar_link_subscriptions --details

returns?

gio-educ commented 3 months ago

2 different outcomes:

config:app:get [--output [OUTPUT]] [--default-value [DEFAULT-VALUE]] [--]

In AppConfig.php line 203:

unknown config key

config:app:get [--output [OUTPUT]] [--details] [--default-value [DEFAULT-VALUE]] [--]

gio-educ commented 3 months ago

Fixed in both NC 28.0.6 and 29.0.3 after updating to Calendar app version 4.7.10, thanks!