Viggo Meesters10 downloadsOpen local .ics files as a read-only event inspection view with source fallback.
ICS Calendar Viewer is a read-only Obsidian viewer for local .ics files. It opens calendar files as an inspection surface with component summaries, grouped event lists, filters, event details, recurrence and timezone warnings, and a raw source fallback.
.ics files with the ics-calendar-viewer view.VCALENDAR, VEVENT, VTODO, and VTIMEZONE data..ics files.This plugin is not a calendar sync plugin, CalDAV client, daily note importer, note generator, attendee mailer, RSVP client, notification service, or drag/drop planning calendar. It does not use network APIs, clipboard APIs, eval, new Function, or process APIs in plugin runtime code.
ICS Calendar Viewer deliberately stays file-inspection first: open a local .ics, inspect what is inside, and fall back to raw source when parsing is limited.
npm install
npm run build
npx tsc --noEmit
npm test