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

Added calendar subscription is not populating calendar events #29464

Closed
TeslaBenny opened this issue Oct 27, 2021 · 7 comments
Closed

Added calendar subscription is not populating calendar events #29464

TeslaBenny opened this issue Oct 27, 2021 · 7 comments
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap 25-feedback bug feature: caldav Related to CalDAV internals

Comments

@TeslaBenny
Copy link

Steps to reproduce

Add a calendar subscription link from one of the following URL's:

https://byucougars.com/feeds/ical/m-basketball
https://byucougars.com/feeds/ical/football

Expected behaviour

Calendar created and populated with calendar events from the subscribed calendar

Actual behaviour

Calendar created and no calendar events populated at all

Server configuration detail

Operating system: Linux 5.4.0-89-generic #100-Ubuntu SMP Fri Sep 24 14:50:10 UTC 2021 x86_64

Webserver: Apache/2.4.46 (Ubuntu) (fpm-fcgi)

Database: mysql 10.3.31

PHP version:

7.4.13
Modules loaded: Core, date, libxml, openssl, pcre, zlib, filter, hash, Reflection, SPL, session, standard, sodium, cgi-fcgi, mysqlnd, PDO, xml, apcu, bcmath, bz2, calendar, ctype, curl, dom, mbstring, FFI, fileinfo, ftp, gd, gettext, gmp, iconv, igbinary, imagick, intl, json, exif, mysqli, pdlib, pdo_mysql, apc, posix, readline, redis, shmop, SimpleXML, sockets, sysvmsg, sysvsem, sysvshm, tokenizer, xmlreader, xmlwriter, xsl, zip, Phar, Zend OPcache

Nextcloud version: 22.2.0 - 22.2.0.2

Updated from an older Nextcloud/ownCloud or fresh install: Updated from older Nextcloud

Signing status

Array
(
)

List of activated apps
Enabled:
 - accessibility: 1.8.0
 - activity: 2.15.0
 - announcementcenter: 6.0.0
 - bruteforcesettings: 2.2.0
 - calendar: 2.3.4
 - circles: 22.1.1
 - cloud_federation_api: 1.5.0
 - cms_pico: 1.0.16
 - comments: 1.12.0
 - contacts: 4.0.3
 - contactsinteraction: 1.3.0
 - dashboard: 7.2.0
 - dav: 1.19.0
 - duplicatefinder: 0.0.12
 - event_update_notification: 1.3.0
 - facerecognition: 0.8.3
 - federatedfilesharing: 1.12.0
 - federation: 1.12.0
 - files: 1.17.0
 - files_antivirus: 3.2.2
 - files_downloadactivity: 1.11.1
 - files_markdown: 2.3.4
 - files_pdfviewer: 2.3.0
 - files_rightclick: 1.1.0
 - files_sharing: 1.14.0
 - files_trackdownloads: 1.11.0
 - files_trashbin: 1.12.0
 - files_versions: 1.15.0
 - files_videoplayer: 1.11.0
 - groupfolders: 10.0.0
 - guests: 2.0.2
 - impersonate: 1.9.0
 - issuetemplate: 0.7.0
 - keeweb: 0.6.6
 - logreader: 2.7.0
 - lookup_server_connector: 1.10.0
 - metadata: 0.14.0
 - music: 1.4.0
 - nextcloud_announcements: 1.11.0
 - notes: 4.1.1
 - notifications: 2.10.1
 - oauth2: 1.10.0
 - password_policy: 1.12.0
 - photos: 1.4.0
 - privacy: 1.6.0
 - provisioning_api: 1.12.0
 - ransomware_protection: 1.11.0
 - recommendations: 1.1.0
 - richdocuments: 4.2.3
 - richdocumentscode: 6.4.1303
 - serverinfo: 1.12.0
 - settings: 1.4.0
 - sharebymail: 1.12.0
 - spreed: 12.1.2
 - support: 1.5.0
 - survey_client: 1.10.0
 - systemtags: 1.12.0
 - talk_matterbridge: 1.22.4
 - tasks: 0.14.2
 - text: 3.3.0
 - theming: 1.13.0
 - twofactor_backupcodes: 1.11.0
 - twofactor_nextcloud_notification: 3.2.1
 - twofactor_totp: 6.1.0
 - updatenotification: 1.12.0
 - user_status: 1.2.0
 - viewer: 1.6.0
 - weather_status: 1.2.0
 - workflowengine: 2.4.0
Disabled:
 - admin_audit
 - encryption
 - files_external
 - files_fulltextsearch
 - firstrunwizard
 - fulltextsearch
 - fulltextsearch_elasticsearch
 - previewgenerator
 - user_ldap

Configuration (config/config.php)
{
    "instanceid": "***REMOVED SENSITIVE VALUE***",
    "passwordsalt": "***REMOVED SENSITIVE VALUE***",
    "secret": "***REMOVED SENSITIVE VALUE***",
    "trusted_domains": [
        "10.XX.XX.6",
        "***REMOVED SENSITIVE VALUE***"
    ],
    "datadirectory": "***REMOVED SENSITIVE VALUE***",
    "dbtype": "mysql",
    "version": "22.2.0.2",
    "overwrite.cli.url": "http:\/\/***REMOVED SENSITIVE VALUE***",
    "htaccess.RewriteBase": "\/",
    "memcache.local": "\\OC\\Memcache\\APCu",
    "memcache.locking": "\\OC\\Memcache\\Redis",
    "redis": {
        "host": "***REMOVED SENSITIVE VALUE***",
        "port": 0,
        "timeout": 0
    },
    "dbname": "***REMOVED SENSITIVE VALUE***",
    "dbhost": "***REMOVED SENSITIVE VALUE***",
    "dbport": "",
    "dbtableprefix": "oc_",
    "dbuser": "***REMOVED SENSITIVE VALUE***",
    "dbpassword": "***REMOVED SENSITIVE VALUE***",
    "installed": true,
    "tempdirectory": "\/mnt\/md0\/nextcloud\/tmp",
    "mail_smtpmode": "smtp",
    "mail_smtpsecure": "ssl",
    "mail_sendmailmode": "smtp",
    "mail_from_address": "***REMOVED SENSITIVE VALUE***",
    "mail_domain": "***REMOVED SENSITIVE VALUE***",
    "mail_smtpauthtype": "LOGIN",
    "mail_smtpauth": 1,
    "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
    "mail_smtpport": "465",
    "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
    "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
    "maintenance": false,
    "theme": "",
    "log_type": "file",
    "logfile": "\/var\/www\/nclog\/nextcloud.log",
    "loglevel": "0",
    "logdateformat": "F d, Y H:i:s",
    "twofactor_enforced": "true",
    "twofactor_enforced_groups": [
        "admin"
    ],
    "twofactor_enforced_excluded_groups": [],
    "mysql.utf8mb4": true,
    "updater.release.channel": "stable",
    "enable_previews": true,
    "preview_max_x": 800,
    "preview_max_y": 800,
    "preview_max_scale_factor": 2.5,
    "activity_use_cached_mountpoints": true,
    "app_install_overwrite": [
        "keeweb",
        "bruteforcesettings",
        "issuetemplate"
    ],
    "default_phone_region": "US",
    "updater.secret": "***REMOVED SENSITIVE VALUE***"
}

Are you using external storage, if yes which one: No

Are you using encryption:

Are you using an external user-backend, if yes which one: No

Client configuration

Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0

Operating system: Windows 10

Logs

Web server error log
[Wed Oct 27 00:00:20.656248 2021] [mpm_event:notice] [pid 1131:tid 140389931756608] AH00489: Apache/2.4.46 (Ubuntu) OpenSSL/1.1.1g configured -- resuming normal operations
[Wed Oct 27 00:00:20.656270 2021] [core:notice] [pid 1131:tid 140389931756608] AH00094: Command line: '/usr/sbin/apache2'
[Wed Oct 27 00:28:50.379453 2021] [access_compat:error] [pid 99665:tid 140389285537536] [client 193.142.146.242:56908] AH01797: client denied by server configuration: /var/www/nextcloud/config/getuser
[Wed Oct 27 01:52:58.375363 2021] [access_compat:error] [pid 99665:tid 140389591328512] [client 68.105.118.93:34178] AH01797: client denied by server configuration: /var/www/nextcloud/config
[Wed Oct 27 02:31:52.646301 2021] [access_compat:error] [pid 99665:tid 140389268752128] [client 209.141.41.12:52470] AH01797: client denied by server configuration: /var/www/nextcloud/config/getuser
[Wed Oct 27 02:38:18.299777 2021] [access_compat:error] [pid 99664:tid 140389566150400] [client 68.105.118.93:34058] AH01797: client denied by server configuration: /var/www/nextcloud/config
[Wed Oct 27 02:41:41.090356 2021] [access_compat:error] [pid 99665:tid 140389419820800] [client 209.141.62.185:43664] AH01797: client denied by server configuration: /var/www/nextcloud/config/getuser
[Wed Oct 27 03:22:02.358176 2021] [access_compat:error] [pid 99665:tid 140389591328512] [client 68.105.118.93:45244] AH01797: client denied by server configuration: /var/www/nextcloud/config
[Wed Oct 27 03:53:30.464278 2021] [access_compat:error] [pid 99665:tid 140389566150400] [client 68.105.118.93:47090] AH01797: client denied by server configuration: /var/www/nextcloud/config
[Wed Oct 27 04:43:06.496153 2021] [access_compat:error] [pid 99665:tid 140389591328512] [client 68.105.118.93:47944] AH01797: client denied by server configuration: /var/www/nextcloud/config
[Wed Oct 27 06:01:30.616157 2021] [access_compat:error] [pid 99665:tid 140389591328512] [client 68.105.118.93:33935] AH01797: client denied by server configuration: /var/www/nextcloud/config
[Wed Oct 27 06:15:22.701433 2021] [access_compat:error] [pid 99665:tid 140389591328512] [client 68.105.118.93:33278] AH01797: client denied by server configuration: /var/www/nextcloud/config
[Wed Oct 27 07:32:42.778559 2021] [access_compat:error] [pid 99665:tid 140389591328512] [client 68.105.118.93:45353] AH01797: client denied by server configuration: /var/www/nextcloud/config
[Wed Oct 27 07:42:18.793331 2021] [access_compat:error] [pid 99665:tid 140389591328512] [client 68.105.118.93:46479] AH01797: client denied by server configuration: /var/www/nextcloud/config
[Wed Oct 27 08:34:34.877353 2021] [access_compat:error] [pid 99665:tid 140389591328512] [client 68.105.118.93:33072] AH01797: client denied by server configuration: /var/www/nextcloud/config
[Wed Oct 27 09:48:42.982909 2021] [access_compat:error] [pid 99665:tid 140389599721216] [client 68.105.118.93:45244] AH01797: client denied by server configuration: /var/www/nextcloud/config
[Wed Oct 27 09:59:23.039003 2021] [access_compat:error] [pid 99665:tid 140389566150400] [client 68.105.118.93:48359] AH01797: client denied by server configuration: /var/www/nextcloud/config
[Wed Oct 27 10:00:59.011572 2021] [access_compat:error] [pid 99665:tid 140389566150400] [client 68.105.118.93:34532] AH01797: client denied by server configuration: /var/www/nextcloud/config
[Wed Oct 27 12:07:23.261874 2021] [access_compat:error] [pid 99664:tid 140389599721216] [client 68.105.118.93:45327] AH01797: client denied by server configuration: /var/www/nextcloud/config
[Wed Oct 27 12:49:31.332096 2021] [access_compat:error] [pid 99665:tid 140389725611776] [client 68.105.118.93:36570] AH01797: client denied by server configuration: /var/www/nextcloud/config
[Wed Oct 27 12:50:35.302372 2021] [access_compat:error] [pid 99665:tid 140389725611776] [client 68.105.118.93:45015] AH01797: client denied by server configuration: /var/www/nextcloud/config
[Wed Oct 27 12:53:47.337235 2021] [access_compat:error] [pid 99665:tid 140389725611776] [client 68.105.118.93:35599] AH01797: client denied by server configuration: /var/www/nextcloud/config

Nextcloud log
{"reqId":"Sx5syRfCwvNPY6HNh4pL","level":0,"time":"October 27, 2021 19:34:27","remoteAddr":"10.XX.XX.226","user":"username_removed","app":"cms_pico","method":"MKCOL","url":"/remote.php/dav/calendars/username_removed/byucougarscom","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0","version":"22.2.0.2"}
{"reqId":"Sx5syRfCwvNPY6HNh4pL","level":0,"time":"October 27, 2021 19:34:27","remoteAddr":"10.XX.XX.226","user":"username_removed","app":"files_antivirus","method":"MKCOL","url":"/remote.php/dav/calendars/username_removed/byucougarscom","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0","version":"22.2.0.2"}
{"reqId":"Sx5syRfCwvNPY6HNh4pL","level":0,"time":"October 27, 2021 19:34:27","remoteAddr":"10.XX.XX.226","user":"username_removed","app":"files_sharing","method":"MKCOL","url":"/remote.php/dav/calendars/username_removed/byucougarscom","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0","version":"22.2.0.2"}
{"reqId":"Sx5syRfCwvNPY6HNh4pL","level":0,"time":"October 27, 2021 19:34:27","remoteAddr":"10.XX.XX.226","user":"username_removed","app":"music","method":"MKCOL","url":"/remote.php/dav/calendars/username_removed/byucougarscom","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0","version":"22.2.0.2"}
{"reqId":"Sx5syRfCwvNPY6HNh4pL","level":1,"time":"October 27, 2021 19:34:27","remoteAddr":"10.XX.XX.226","user":"username_removed","app":"no app in context","method":"MKCOL","url":"/remote.php/dav/calendars/username_removed/byucougarscom","message":"Deprecated event type for \\OCA\\DAV\\CalDAV\\CalDavBackend::createSubscription: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0","version":"22.2.0.2"}
{"reqId":"BW16GuIFwlOGpGOGlVHr","level":0,"time":"October 27, 2021 19:34:28","remoteAddr":"10.XX.XX.226","user":"username_removed","app":"cms_pico","method":"PROPFIND","url":"/remote.php/dav/calendars/username_removed/byucougarscom/","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0","version":"22.2.0.2"}
{"reqId":"BW16GuIFwlOGpGOGlVHr","level":0,"time":"October 27, 2021 19:34:28","remoteAddr":"10.XX.XX.226","user":"username_removed","app":"files_antivirus","method":"PROPFIND","url":"/remote.php/dav/calendars/username_removed/byucougarscom/","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0","version":"22.2.0.2"}
{"reqId":"BW16GuIFwlOGpGOGlVHr","level":0,"time":"October 27, 2021 19:34:28","remoteAddr":"10.XX.XX.226","user":"username_removed","app":"files_sharing","method":"PROPFIND","url":"/remote.php/dav/calendars/username_removed/byucougarscom/","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0","version":"22.2.0.2"}
{"reqId":"BW16GuIFwlOGpGOGlVHr","level":0,"time":"October 27, 2021 19:34:28","remoteAddr":"10.XX.XX.226","user":"username_removed","app":"music","method":"PROPFIND","url":"/remote.php/dav/calendars/username_removed/byucougarscom/","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0","version":"22.2.0.2"}
{"reqId":"r4Yj0qV0oLm9oPrcuArz","level":0,"time":"October 27, 2021 19:34:29","remoteAddr":"10.XX.XX.226","user":"username_removed","app":"cms_pico","method":"REPORT","url":"/remote.php/dav/calendars/username_removed/byucougarscom/","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0","version":"22.2.0.2"}
{"reqId":"r4Yj0qV0oLm9oPrcuArz","level":0,"time":"October 27, 2021 19:34:29","remoteAddr":"10.XX.XX.226","user":"username_removed","app":"files_antivirus","method":"REPORT","url":"/remote.php/dav/calendars/username_removed/byucougarscom/","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0","version":"22.2.0.2"}
{"reqId":"r4Yj0qV0oLm9oPrcuArz","level":0,"time":"October 27, 2021 19:34:29","remoteAddr":"10.XX.XX.226","user":"username_removed","app":"files_sharing","method":"REPORT","url":"/remote.php/dav/calendars/username_removed/byucougarscom/","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0","version":"22.2.0.2"}
{"reqId":"r4Yj0qV0oLm9oPrcuArz","level":0,"time":"October 27, 2021 19:34:29","remoteAddr":"10.XX.XX.226","user":"username_removed","app":"music","method":"REPORT","url":"/remote.php/dav/calendars/username_removed/byucougarscom/","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0","version":"22.2.0.2"}
{"reqId":"mabdzzj3bcfK8UzLYHxG","level":0,"time":"October 27, 2021 19:34:29","remoteAddr":"10.XX.XX.226","user":"username_removed","app":"cms_pico","method":"REPORT","url":"/remote.php/dav/calendars/username_removed/byucougarscom/","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0","version":"22.2.0.2"}
{"reqId":"mabdzzj3bcfK8UzLYHxG","level":0,"time":"October 27, 2021 19:34:29","remoteAddr":"10.XX.XX.226","user":"username_removed","app":"files_antivirus","method":"REPORT","url":"/remote.php/dav/calendars/username_removed/byucougarscom/","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0","version":"22.2.0.2"}
{"reqId":"mabdzzj3bcfK8UzLYHxG","level":0,"time":"October 27, 2021 19:34:29","remoteAddr":"10.XX.XX.226","user":"username_removed","app":"files_sharing","method":"REPORT","url":"/remote.php/dav/calendars/username_removed/byucougarscom/","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0","version":"22.2.0.2"}
{"reqId":"mabdzzj3bcfK8UzLYHxG","level":0,"time":"October 27, 2021 19:34:29","remoteAddr":"10.XX.XX.226","user":"username_removed","app":"music","method":"REPORT","url":"/remote.php/dav/calendars/username_removed/byucougarscom/","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0","version":"22.2.0.2"}

Browser log
@TeslaBenny TeslaBenny added 0. Needs triage Pending check for reproducibility or if it fits our roadmap bug labels Oct 27, 2021
@szaimen
Copy link
Contributor

szaimen commented Jan 23, 2023

Hi, please update to 24.0.9 or better 25.0.3 and report back if it fixes the issue. Thank you!

My goal is to add a label like e.g. 25-feedback to this ticket of an up-to-date major Nextcloud version where the bug could be reproduced. However this is not going to work without your help. So thanks for all your effort!

If you don't manage to reproduce the issue in time and the issue gets closed but you can reproduce the issue afterwards, feel free to create a new bug report with up-to-date information by following this link: https://github.com/nextcloud/server/issues/new?assignees=&labels=bug%2C0.+Needs+triage&template=BUG_REPORT.yml&title=%5BBug%5D%3A+

@TeslaBenny
Copy link
Author

I am now on Nextcloud 25.0.3 with PHP version 8.1. Still getting the same exact behavior of no calendar events populating at all from the subscription link.

What other details can I provide? I'm not sure where the calendar app keeps logs for link subscriptions and if there are logging settings that can be modified to see why this is failing to work as expected. Please advise. Thank you!

@szaimen
Copy link
Contributor

szaimen commented Jan 23, 2023

Cc @tcitworld could this have to do with the by default rare sync time of the background job that does the syncing?

@tcitworld
Copy link
Member

Nope, just (possibly) invalid links Nextcloud fails to fetch or parse that we're aren't giving user feedback for. See #30825.

@joshtrichards joshtrichards added the feature: caldav Related to CalDAV internals label Aug 28, 2023
@p5n
Copy link
Contributor

p5n commented Jan 5, 2024

I see the same issue on nextcloud 28.0.1, tried to put valid ics file to http server and use ...?export link and share by link from another nextcloud instance. Did not see any error messages but calendar is empty.

Calendars downloaded but no error messages: grep parsed nextcloud.log gives nothing.

@StefanGebhardt
Copy link

Same problem in 28.0.1 here. Calendar entries are correct in the database (tables calendarsubsription, calendar objects and calendar object_props). But not showing in the gui.

@tcitworld
Copy link
Member

@p5n @StefanGebhardt both of your issues are #42143

Original issue can be closed in favor of #30825

@tcitworld tcitworld closed this as not planned Won't fix, can't repro, duplicate, stale Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap 25-feedback bug feature: caldav Related to CalDAV internals
Projects
None yet
Development

No branches or pull requests

6 participants