diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index 6f23498118e..01409b047d2 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -515,8 +515,14 @@ bernie:: sudo -u www-data php occ dav:sync-birthday-calendar bernie -``dav:sync-system-addressbook`` synchronizes all users to the system -addressbook:: + +.. _occ-dav-sync-system-address-book: + +Sync system address book +^^^^^^^^^^^^^^^^^^^^^^^^ + +``dav:sync-system-addressbook`` synchronizes all users to the :ref:`system +address book`:: sudo -u www-data php occ dav:sync-system-addressbook diff --git a/admin_manual/groupware/contacts.rst b/admin_manual/groupware/contacts.rst new file mode 100644 index 00000000000..152626b1ddc --- /dev/null +++ b/admin_manual/groupware/contacts.rst @@ -0,0 +1,19 @@ +================== +Contacts / CardDAV +================== + +Nextcloud ships a CardDAV backend for users to store and share their address books and contacts. + +.. _system-address-book: + +System Address Book +------------------- + +Nextcloud maintains a read-only address book containing contact information of all users of the instance. + +Disabled users are removed from this address book. + +Address Book Sync +^^^^^^^^^^^^^^^^^ + +The address book is updated automatically with every added, modified, disabled or removed user. Admins can also trigger a full rewrite of the address book :ref:`with occ`. diff --git a/admin_manual/groupware/index.rst b/admin_manual/groupware/index.rst index 753447f1640..4ab89d8c09d 100644 --- a/admin_manual/groupware/index.rst +++ b/admin_manual/groupware/index.rst @@ -7,4 +7,5 @@ Groupware :maxdepth: 2 calendar + contacts mail \ No newline at end of file