@luckydye/calendar 1.1.3 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/app.ts CHANGED
@@ -477,6 +477,8 @@ async function syncCalDAV(force = false) {
477
477
  configuredSourceIds = newSourceIds;
478
478
 
479
479
  for (const source of sources) {
480
+ if (!source.enabled) continue;
481
+
480
482
  if (source.type === "caldav") {
481
483
  if (
482
484
  !source.credentials?.serverUrl ||