forked from GitHubMirrors/silverbullet-icalendar
switch to ical.js - v4.2
All checks were successful
Build SilverBullet Plug / build (push) Successful in 20s
All checks were successful
Build SilverBullet Plug / build (push) Successful in 20s
This commit is contained in:
@@ -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})`);
|
||||
|
||||
Reference in New Issue
Block a user