diff options
author | Thomas Citharel <tcit@tcit.fr> | 2017-07-26 12:33:32 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2019-01-16 13:58:33 +0100 |
commit | 943d48cb3e9ab2b97ad6a72c953df59318c2f17e (patch) | |
tree | fbbfc913f75f5206d216009cf47108388d6340fc /apps/dav/appinfo/info.xml | |
parent | cff89c2a44336424121de72640334d3c00878523 (diff) | |
download | nextcloud-server-943d48cb3e9ab2b97ad6a72c953df59318c2f17e.tar.gz nextcloud-server-943d48cb3e9ab2b97ad6a72c953df59318c2f17e.zip |
Add command to move a calendar from an user to another
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Add a basic check for displaynames in case we fail to get calendar from uri and put some sf console styles & refactor a bit
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
basic Tests
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
add forgotten createNamedParameter()
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'apps/dav/appinfo/info.xml')
-rw-r--r-- | apps/dav/appinfo/info.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml index 0ef960b0173..23892b34870 100644 --- a/apps/dav/appinfo/info.xml +++ b/apps/dav/appinfo/info.xml @@ -41,6 +41,7 @@ <commands> <command>OCA\DAV\Command\CreateAddressBook</command> <command>OCA\DAV\Command\CreateCalendar</command> + <command>OCA\DAV\Command\MoveCalendar</command> <command>OCA\DAV\Command\SyncBirthdayCalendar</command> <command>OCA\DAV\Command\SyncSystemAddressBook</command> <command>OCA\DAV\Command\RemoveInvalidShares</command> |