From 017afa0f116ee13e760dcb7157e29a4f6f4b2984 Mon Sep 17 00:00:00 2001 From: sstent Date: Sat, 21 Feb 2026 15:31:36 -0800 Subject: [PATCH] switch to ical.js - v4.2 --- icalendar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icalendar.ts b/icalendar.ts index 498bf9a..56eefc6 100644 --- a/icalendar.ts +++ b/icalendar.ts @@ -3,7 +3,7 @@ import { convertIcsCalendar } from "https://esm.sh/ts-ics@2.4.0"; import { RRule, RRuleSet } from "rrule"; import { getUtcOffsetMs, resolveIanaName } from "./timezones.ts"; -const VERSION = "0.4.1"; +const VERSION = "0.4.2"; const CACHE_KEY = "icalendar:lastSync"; console.log(`[iCalendar] Plug script executing at top level (Version ${VERSION})`);