[CalDAV/CardDAV] Endpoint / API

Hello,

I was wondering where in the Documentation the CardDAV/CalDAV implementation is mentioned, it is implemented right?

Also what is the endpoint? I figured it would be https://sub.example.com/remote.php/dav by looking at https://docs.nextcloud.com/server/18/user_manual/pim/sync_android.html

I am just a little bit confused, while reading the documentation, first i thought the Calendar App gives the endpoint, but the github documentation says it is just an interface for the server-api, but i couldn’t find it mentioned in the Documentation: https://docs.nextcloud.com/server/18/developer_manual/index.html

Kind Regards,

Oswald

Hi,

Hope I am understanding your question correctly.

Nextcloud does have a CalDAV/CardDAV implementation accessible at the base URL endpoint: https://sub.example.com/remote.php/dav or
https://example.com/nextcloud/remote.php/dav
depending on your installation.

You can find some information in the Administration Manual, here, under Service Discovery:
https://docs.nextcloud.com/server/latest/admin_manual/issues/general_troubleshooting.html?highlight=service%20discovery#service-discovery

For anyone reading, do note the apache .htaccess template in the documentation is incomplete as of Nextcloud 20 at the time of writing, resulting in setup warnings for webfinger and nodeinfo. Visit this thread for more info.

Hope this helps.