Skip to content

Commit ec4b6f5

Browse files
authored
Merge pull request #11646 from nextcloud/backport/11643/stable27
[stable27] fix(admin): Add docs for occ dav:dav:fix-missing-caldav-changes
2 parents 6fbac6c + 79b3289 commit ec4b6f5

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

admin_manual/configuration_server/occ_command.rst

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -467,17 +467,16 @@ Dav commands
467467
A set of commands to create and manage addressbooks and calendars::
468468

469469
dav
470-
dav:create-addressbook Create a dav addressbook
471-
dav:create-calendar Create a dav calendar
472-
dav:delete-calendar Delete a dav calendar
473-
dav:list-calendars List all calendars of a user
474-
dav:move-calendar Move a calendar from a user to another
475-
dav:remove-invalid-shares Remove invalid dav shares
476-
dav:send-event-reminders Sends event reminders
477-
dav:sync-birthday-calendar Synchronizes the birthday calendar
478-
dav:sync-system-addressbook Synchronizes users to the system
479-
addressbook
480-
470+
dav:create-addressbook Create a dav addressbook
471+
dav:create-calendar Create a dav calendar
472+
dav:delete-calendar Delete a dav calendar
473+
dav:fix-missing-caldav-changes Insert missing calendarchanges rows for existing events
474+
dav:list-calendars List all calendars of a user
475+
dav:move-calendar Move a calendar from an user to another
476+
dav:remove-invalid-shares Remove invalid dav shares
477+
dav:send-event-reminders Sends event reminders
478+
dav:sync-birthday-calendar Synchronizes the birthday calendar
479+
dav:sync-system-addressbook Synchronizes users to the system addressbook
481480

482481
The syntax for ``dav:create-addressbook`` and ``dav:create-calendar`` is
483482
``dav:create-addressbook [user] [name]``. This example creates the addressbook
@@ -509,6 +508,8 @@ This example will list all calendars for user annie::
509508

510509
sudo -u www-data php occ dav:list-calendars annie
511510

511+
``dav:dav:fix-missing-caldav-changes [user]`` tries to restore calendar sync changes when data in the calendarchanges table has been lost. If the user ID is omitted, the command runs for all users. This can take a while.
512+
512513
``dav::move-calendar [name] [sourceuid] [destinationuid]`` allows the admin
513514
to move a calendar named ``name`` from a user ``sourceuid`` to the user
514515
``destinationuid``. You can use the force option `-f` to enforce the move if there

0 commit comments

Comments
 (0)