]> source.dussan.org Git - nextcloud-server.git/commit
feat(dav): Add an API for upcoming events 45435/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Wed, 22 May 2024 07:10:24 +0000 (09:10 +0200)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Tue, 13 Aug 2024 18:03:31 +0000 (20:03 +0200)
commit370a9d77ea0aadd736d42741623cf98729797d8b
treec5fbe1f728de16c29dd6a99029eaa78eeb328bbb
parentcee227ae993f02cf0c72ebcb103db4223b1b07a8
feat(dav): Add an API for upcoming events

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
apps/dav/appinfo/routes.php
apps/dav/composer/composer/autoload_classmap.php
apps/dav/composer/composer/autoload_static.php
apps/dav/lib/CalDAV/UpcomingEvent.php [new file with mode: 0644]
apps/dav/lib/CalDAV/UpcomingEventsService.php [new file with mode: 0644]
apps/dav/lib/Controller/UpcomingEventsController.php [new file with mode: 0644]
apps/dav/lib/ResponseDefinitions.php
apps/dav/openapi.json
apps/dav/tests/unit/Controller/UpcomingEventsControllerTest.php [new file with mode: 0644]
apps/dav/tests/unit/Service/UpcomingEventsServiceTest.php [new file with mode: 0644]
lib/private/Calendar/Manager.php