aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/Command/DeleteCalendarTest.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-281-18/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Feature: Provide access to app generated calendars through CalDAVFerdinand Thiessen2023-04-251-1/+1
| | | | | | | | | | | This adds CalDAV support for app generated calendars, which are registered to the nextcloud core. This is done by adding a dav plugin which wraps all ICalendarProviders into a Sabre plugin (inspired by the deck app). Add unit test for AppCalendar wrapper plugin and calendar object implementation. Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
* chore(dav): Add void return type to test methodsChristoph Wurst2023-01-201-7/+7
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move calendar objects between calendars instead of deleting and recreating themAnna Larch2022-03-161-0/+6
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* occ: new command dav:delete-calendarMattia Narducci2021-06-131-0/+250
Add occ command 'dav:delete-calendar' to delete a user's calendar. Signed-off-by: Mattia Narducci <mattianarducci1@gmail.com>