berenluth43 downloadsTakes the current note and export it as a .ics file, ready to be imported in your favourite calendar app.
Turn a note's deadline into a calendar event, in one command.
Run Export current note as .ics calendar event from the command palette (or bind it to a hotkey in Settings → Hotkeys, like any other command). It reads the note's deadline frontmatter property:
YYYY-MM-DD) or date & time (YYYY-MM-DDTHH:mm) — Obsidian's own Properties date formats — it's used directly.deadline.The event is saved as <note name>.ics inside an export folder in your vault, ready to import into whatever calendar app you use.
.ics with your system's default app right after export..ics/).deadline property.npm i to install dependencies.npm run dev to compile src/main.ts to main.js in watch mode.npm run build to type-check and produce a production build.npm run lint to run ESLint.Copy main.js and manifest.json to VaultFolder/.obsidian/plugins/ics-exporter/, then enable the plugin in Settings → Community plugins.