Release: CalDAV sync bundle hardening and LMW sync

This commit is contained in:
Jürgen Mummert
2026-03-27 22:16:48 +01:00
commit c6f63a56a9
36 changed files with 2993 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
services:
_defaults:
autowire: true
autoconfigure: true
Mummert\CalDavSyncBundle\:
resource: ../src/
exclude:
- ../src/Contao/Manager/
- ../src/DependencyInjection/
- ../src/CalDavSyncBundle.php
Mummert\CalDavSyncBundle\Command\CalDavSyncCommand:
tags: ['console.command']
Mummert\CalDavSyncBundle\CalDav\Remote\RemoteCalendarLister:
public: true