Skip to content

Commit

Permalink
feat(adminmanual): Document system address book basics
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed May 12, 2023
1 parent 5fe0398 commit c6a10ea
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
10 changes: 8 additions & 2 deletions admin_manual/configuration_server/occ_command.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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<system-address-book>`::

sudo -u www-data php occ dav:sync-system-addressbook

Expand Down
19 changes: 19 additions & 0 deletions admin_manual/groupware/contacts.rst
Original file line number Diff line number Diff line change
@@ -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<occ-dav-sync-system-address-book>`.
1 change: 1 addition & 0 deletions admin_manual/groupware/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ Groupware
:maxdepth: 2

calendar
contacts
mail

0 comments on commit c6a10ea

Please sign in to comment.