Macintosh Ventura Create CalDav Internet Account

Support intro

Sorry to hear you’re facing problems :slightly_frowning_face:

help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.

In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:

example

Or for longer, use three backticks above and below the code snippet:

longer
example
here

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can :heart:

Nextcloud version (eg, 20.0.5): 25.0
Operating system and version Macintosh OSX Ventura
Apache or nginx version (eg, Apache 2.4.25): unknown (shared hosted server)
PHP version 8.1

The issue you are facing:

Could not establish a CalDav account for NextCloud Calendar resource

Is this the first time you’ve seen this error? N

Steps to replicate it:

Attempt to install the CalDav account using the Mac OS guide…

SYSTEM SETTINGS
INTERNET ACCOUNTS
ADD ACCOUNT…
ADD OTHER ACCOUNT…
CalDAV ACCOUNT
ADVANCED (pulldown)
Enter user credentials
enter server url (e.g. {SERVER URL} )
enter server path (e.g. /path to server/)
PORT (non traditional port) else 0
USE SSL (checked)

this fails all the time… can’t establish a hook…

SOLUTION!!!

server address {SERVER URL}/ (must have the slash at the end)
server path must have the slash at both ends
/remote.php/dav/principals/users/{USER NAME}/
USE SSL (choose port 0)

Seems that pesky slash after the server was the trick! :grinning:

Kos