@@ -458,7 +458,7 @@ A set of commands to create and manage addressbooks and calendars::
458458 dav:create-addressbook Create a dav addressbook
459459 dav:create-calendar Create a dav calendar
460460 dav:list-calendars List all calendars of a user
461- dav:move-calendar Move a calendar from an user to another
461+ dav:move-calendar Move a calendar from a user to another
462462 dav:remove-invalid-shares Remove invalid dav shares
463463 dav:send-event-reminders Sends event reminders
464464 dav:sync-birthday-calendar Synchronizes the birthday calendar
@@ -478,15 +478,17 @@ This example creates a new calendar for molly::
478478
479479Molly will immediately see these in the Calendar and Contacts apps.
480480
481- ``dav:lists-calendars [user] `` will display a table listing the calendars for an given user.
481+ ``dav:lists-calendars [user] `` will display a table listing the calendars for a given user.
482482This example will list all calendars for user annie::
483483
484484 sudo -u www-data php occ dav:list-calendars annie
485485
486486``dav::move-calendar [name] [sourceuid] [destinationuid] `` allows the admin
487- to move a calendar named ``name `` from an user ``sourceuid `` to the user
487+ to move a calendar named ``name `` from a user ``sourceuid `` to the user
488488``destinationuid ``. You can use the force option `-f ` to enforce the move if there
489- are conflicts with existing shares.
489+ are conflicts with existing shares. The system will also generate a new unique
490+ calendar name in case there is a conflict over the destination user.
491+
490492This example will move calendar named personal from user dennis to user sabine::
491493
492494 sudo -u www-data php occ dav:move-calendar personal dennis sabine
@@ -1436,7 +1438,7 @@ Two-factor authentication
14361438-------------------------
14371439If a two-factor provider app is enabled, it is enabled for all users by default
14381440(though the provider can decide whether or not the user has to pass the challenge).
1439- In the case of an user losing access to the second factor (e.g. lost phone with
1441+ In the case of a user losing access to the second factor (e.g. lost phone with
14401442two-factor SMS verification), the admin can try to disable the two-factor
14411443check for that user via the occ command::
14421444
0 commit comments