From b6fb894c91741ff2ee6e3adf99b479f5923cecb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Tue, 8 Dec 2020 10:37:46 +0100 Subject: [PATCH] Add move-calendar-rename flag docs --- admin_manual/configuration_server/occ_command.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index f074dba98..cd779eceb 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -486,7 +486,9 @@ This example will list all calendars for user annie:: ``dav::move-calendar [name] [sourceuid] [destinationuid]`` allows the admin to move a calendar named ``name`` from an user ``sourceuid`` to the user ``destinationuid``. You can use the force option `-f` to enforce the move if there -are conflicts with existing shares. +are conflicts with existing shares. You can also use the `--force-rename` option to +have the system generate a new calendar name in case it already exists on the destination user. + This example will move calendar named personal from user dennis to user sabine:: sudo -u www-data php occ dav:move-calendar personal dennis sabine