fix(calendar): NaN guard on subscription IDs, user_modified for all external sources

This commit is contained in:
Ulas Kalayci
2026-04-20 23:57:15 +02:00
parent ed0618cf75
commit 3cd5f31c0d
2 changed files with 8 additions and 3 deletions
+1
View File
@@ -224,6 +224,7 @@ async function runSync() {
appleCalendar.sync().catch((e) => logSync.error('Apple Fehler:', e.message));
}
// ICS: kein Guard nötig — sync() fragt die DB ab und kehrt sofort zurück wenn keine Abonnements existieren
icsSubscription.sync().catch((e) => logSync.error('ICS Fehler:', e.message));
}