diff --git a/icalendar.ts b/icalendar.ts index 738b59c..e66d838 100644 --- a/icalendar.ts +++ b/icalendar.ts @@ -2,6 +2,8 @@ import { clientStore, config, datastore, editor, index } from "@silverbulletmd/s import { localDateString } from "@silverbulletmd/silverbullet/lib/dates"; import { convertIcsCalendar, type IcsCalendar, type IcsEvent, type IcsDateObjects } from "ts-ics"; +console.log("[iCalendar] Plug loading..."); + // ============================================================================ // Constants // ============================================================================