Addressbook and Calendar URL in NextCloud
For addressbook use this format:
https://<NEXTCLOUD_SERVER>/remote.php/dav/addressbooks/users/<USER_NAME>/<CONTACTS_NAME>
You find the CONTACTS_NAME in the NextClouds database's oc_addressbooks table. The column name is 'uri'.
For calendar use this one:
https://<NEXTCLOUD_SERVER>/remote.php/dav/calendars/<USER_NAME>/<CALENDAR_NAME>
You find the CALENDAR_NAME in the NextClouds database's oc_calendars table. The column name is still 'uri'.
- Read more about Addressbook and Calendar URL in NextCloud
- Log in to post comments