diff options
author | Georg Ehrke <developer@georgehrke.com> | 2018-03-08 14:44:02 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2019-01-16 13:58:33 +0100 |
commit | 4a2238c75be9b0ed4be17869878c04cb812d276f (patch) | |
tree | bce70e9c014390bb0d5c93774c32951d972239d8 /apps/dav/appinfo | |
parent | 943d48cb3e9ab2b97ad6a72c953df59318c2f17e (diff) | |
download | nextcloud-server-4a2238c75be9b0ed4be17869878c04cb812d276f.tar.gz nextcloud-server-4a2238c75be9b0ed4be17869878c04cb812d276f.zip |
add list-calendars command
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Rebase and delete URI suggestion part
Invite to use occ dav:list-calendars instead
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Fix autoload
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Use injection & test everything
And rebase
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Add test for ListCalendars and refactoring
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Fix indentation
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'apps/dav/appinfo')
-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 23892b34870..890dd7f06a5 100644 --- a/apps/dav/appinfo/info.xml +++ b/apps/dav/appinfo/info.xml @@ -42,6 +42,7 @@ <command>OCA\DAV\Command\CreateAddressBook</command> <command>OCA\DAV\Command\CreateCalendar</command> <command>OCA\DAV\Command\MoveCalendar</command> + <command>OCA\DAV\Command\ListCalendars</command> <command>OCA\DAV\Command\SyncBirthdayCalendar</command> <command>OCA\DAV\Command\SyncSystemAddressBook</command> <command>OCA\DAV\Command\RemoveInvalidShares</command> |