You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dav:sync-birthday-calendar Synchronizes the birthday calendar
479
+
dav:sync-system-addressbook Synchronizes users to the system addressbook
481
480
482
481
The syntax for ``dav:create-addressbook`` and ``dav:create-calendar`` is
483
482
``dav:create-addressbook [user] [name]``. This example creates the addressbook
@@ -509,6 +508,8 @@ This example will list all calendars for user annie::
509
508
510
509
sudo -u www-data php occ dav:list-calendars annie
511
510
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
+
512
513
``dav::move-calendar [name] [sourceuid] [destinationuid]`` allows the admin
513
514
to move a calendar named ``name`` from a user ``sourceuid`` to the user
514
515
``destinationuid``. You can use the force option `-f` to enforce the move if there
0 commit comments