diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index d97d9df8c..d8a0890e1 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -500,8 +500,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 000000000..152626b1d --- /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 1670736e1..b193970c0 100644 --- a/admin_manual/groupware/index.rst +++ b/admin_manual/groupware/index.rst @@ -6,4 +6,5 @@ Groupware .. toctree:: :maxdepth: 2 - calendar \ No newline at end of file + calendar + contacts \ No newline at end of file