]> source.dussan.org Git - nextcloud-server.git/commit
Calendar export and import
authorChristopher Ng <chrng8@gmail.com>
Tue, 8 Feb 2022 06:54:07 +0000 (06:54 +0000)
committerChristopher Ng <chrng8@gmail.com>
Wed, 2 Mar 2022 01:59:15 +0000 (01:59 +0000)
commit4eff3594416481dbbf34057f53072d92119ababd
treed0a02d2052fe30cd7b011cf6ec94f8e10d3c158e
parent9d088dfa5a49653e580575b98f1dd4d5f50b92a9
Calendar export and import

Signed-off-by: Christopher Ng <chrng8@gmail.com>
apps/dav/appinfo/info.xml
apps/dav/composer/composer/autoload_classmap.php
apps/dav/composer/composer/autoload_static.php
apps/dav/lib/CalDAV/CalendarImpl.php
apps/dav/lib/Command/ExportCalendars.php [new file with mode: 0644]
apps/dav/lib/Command/ImportCalendar.php [new file with mode: 0644]
apps/dav/lib/UserMigration/CalendarMigrator.php [new file with mode: 0644]
apps/dav/lib/UserMigration/CalendarMigratorException.php [new file with mode: 0644]
apps/dav/lib/UserMigration/InvalidCalendarException.php [new file with mode: 0644]
lib/public/Calendar/ICalendar.php