fix(caldav): Properly parse datetimes as vDDDTypes

This commit is contained in:
Chris Coutinho
2025-10-19 20:13:05 +02:00
parent 92e18825bc
commit 1dc2ddfdb7
3 changed files with 138 additions and 35 deletions
@@ -6,6 +6,7 @@ echo "Installing and configuring Calendar app..."
# Enable calendar app
php /var/www/html/occ app:enable calendar
php /var/www/html/occ app:enable --force tasks # Not currently supported on 32
# Wait for calendar app to be fully initialized
echo "Waiting for calendar app to initialize..."