mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #10384 from nextcloud/backport/10380/stable25
[stable25] feat(adminmanual): system address book
This commit is contained in:
commit
336bfebcf0
@ -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<system-address-book>`::
|
||||
|
||||
sudo -u www-data php occ dav:sync-system-addressbook
|
||||
|
||||
|
||||
19
admin_manual/groupware/contacts.rst
Normal file
19
admin_manual/groupware/contacts.rst
Normal file
@ -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>`.
|
||||
@ -6,4 +6,5 @@ Groupware
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
calendar
|
||||
calendar
|
||||
contacts
|
||||
Loading…
Reference in New Issue
Block a user