]> source.dussan.org Git - nextcloud-server.git/commit
Add create method to extended calendar implementation 29188/head
authorAnna Larch <anna@nextcloud.com>
Tue, 12 Oct 2021 14:30:00 +0000 (16:30 +0200)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Fri, 15 Oct 2021 07:35:29 +0000 (09:35 +0200)
commit0401d6dc0ff33d31982f7aa7e752378d98d82f9d
treec1d4de4a3280bb338217c15d05bb3f59292462a2
parentacbe4b46c39703f0d3c1e205d4609c7a2607b4b1
Add create method to extended calendar implementation

Signed-off-by: Anna Larch <anna@nextcloud.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
apps/dav/composer/composer/autoload_classmap.php
apps/dav/composer/composer/autoload_static.php
apps/dav/lib/CalDAV/Auth/CustomPrincipalPlugin.php [new file with mode: 0644]
apps/dav/lib/CalDAV/Auth/PublicPrincipalPlugin.php [new file with mode: 0644]
apps/dav/lib/CalDAV/CalendarImpl.php
apps/dav/lib/CalDAV/InvitationResponse/InvitationResponseServer.php
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/public/Calendar/Exceptions/CalendarException.php [new file with mode: 0644]
lib/public/Calendar/ICreateFromString.php [new file with mode: 0644]