Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Period Calendar

Gerson CorderoGerson Cordero54 downloads

A calendar for daily, weekly, monthly, quarterly and yearly notes. Every period is clickable, ISO weeks are handled correctly, and it reads your existing Periodic Notes setup.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates7

A calendar for Obsidian where every period is clickable — day, week, month, quarter and year — with ISO weeks handled correctly.

It reads the configuration you already have in Periodic Notes or Daily Notes, so your existing notes keep resolving to the same files.


Why this exists

Two things kept coming up in the issue trackers of the plugins people use for this, and neither was ever fixed:

1. Only days and weeks were clickable. Monthly, quarterly and yearly notes had no way in from the calendar. Across both trackers this is the single most requested feature, with over a hundred reactions spread across seven separate issues.

2. Week filenames break at the turn of the year. This one is subtle and costs you real notes.

Moment.js has two week systems that look almost identical:

Tokens System Week starts Week 1 is
GGGG WW E ISO 8601 Monday the week containing the first Thursday
gggg ww e Locale depends on locale depends on locale

YYYY is the calendar year and does not belong with either of them. Mix them and you get this:

2024-12-30 is a Monday, and it belongs to ISO week 1 of 2025.

  YYYY-[W]WW  →  2024-W01   ✗  collides with January 2024, sorts wrong
  GGGG-[W]WW  →  2025-W01   ✓

That silent collision is what produces "unable to create new file" and duplicate weekly notes every January. Period Calendar detects it, explains it in plain language, and fixes it with one click.


Features

  • Five periods, all clickable. Click a day, a week number, the month name, the year, or the quarter button.
  • Format validation as you type. Wrong week tokens, missing year, DD-MM-YYYY ordering that breaks your file explorer — each one is caught, explained, and fixable in one click.
  • ISO or locale weeks, with a configurable first day of the week.
  • Subfolders in the format. YYYY/MM/YYYY-MM-DD creates the folder tree for you.
  • Imports your existing setup from Periodic Notes or core Daily Notes.
  • Strict filename parsing, so Meeting notes is never mistaken for a date.
  • Commands for everything, including opening the calendar view itself, and next/previous for each period.
  • Open today's note on startup, optional.
  • Finds notes that are not named exactly like the format. Turn on title matching and 20260727 Groceries counts as that day. Point it at a frontmatter property and notes are matched by their declared date, whatever the filename says.
  • Dots on every period, not just days — the week number, the month, the quarter and the year all show whether a note exists.
  • URI support: obsidian://period-calendar?period=week&date=2026-07-27 opens that note from anywhere, including outside Obsidian.
  • Choose where notes open — current pane, new tab or split — with Ctrl or Cmd click always overriding it.
  • Templates per period, and a middle-click to open in a new tab.

Installing

From the community plugins browser (once approved): search for Period Calendar.

Manually: download main.js, manifest.json and styles.css from the latest release into <your vault>/.obsidian/plugins/period-calendar/, then enable it in Settings → Community plugins.


Coming from Periodic Notes?

If you use Periodic Notes for monthly, quarterly or yearly notes, you have probably wanted a calendar that can actually open them. That integration is the single most requested thing across both plugins' issue trackers, and it is what this one is built around: the month name, the year, the quarter button and the week number are all clickable, not just the days.

You also get the week format checked. Periodic Notes will happily accept YYYY-[W]WW, and that quietly writes the wrong filename every January — see the section above.

Migrating from Calendar or Periodic Notes

Go to Settings → Period Calendar → Migration and press Import. It reads the configuration those plugins already store in your vault and copies it over, so nothing moves and no note is orphaned.

Periods you configured here that the older plugins never supported — monthly, quarterly, yearly — are left untouched by the import. It only brings over what actually exists on the other side.

If the imported format has one of the problems described above, it gets flagged right there with the fix.

You can keep the old plugins installed while you try this one — they do not conflict.


Default formats

Period Default Example
Day YYYY-MM-DD 2026-07-26
Week GGGG-[W]WW 2026-W30
Month YYYY-MM 2026-07
Quarter YYYY-[Q]Q 2026-Q3
Year YYYY 2026

Anything in square brackets is literal text, so [W] prints a W and is never read as a token. All of these are editable.


Development

npm install
npm test          # 37 unit tests over the period logic
npm run build     # bundles to build/main.js

The period logic lives in src/periods.ts and has no Obsidian dependencies, so it is testable with plain Node. The tests cover the year-boundary cases, both week systems, leap years, subfolder paths, strict parsing and legacy import.

Note when testing inside Obsidian: Ctrl+R does not reload plugin code. Restart Obsidian, or toggle the plugin off and on.


License

MIT

HealthExcellent
ReviewSatisfactory
About
Open a calendar with every period clickable — day, week, month, quarter, and year — and handle ISO and locale week rules correctly. Import your Periodic/Daily Notes setup, validate and strictly parse filenames, detect week/year token collisions, and apply one-click fixes to keep notes resolving to the same files. Looking for ideas to add features, feel free to contact me
CalendarDatesNavigation
Details
Current version
0.2.0
Last updated
Last week
Created
Last week
Updates
7 releases
Downloads
54
Compatible with
Obsidian 1.7.2+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Sponsor
PayPal
Author
Gerson CorderoGerson Corderolordneoz
GitHublordneoz
  1. Community
  2. Plugins
  3. Calendar
  4. Period Calendar

Related plugins

Day Planner

Turn tasks from daily notes, the Tasks plugin, and calendars into time blocks on an editable timeline, with built-in time tracker.

Full Calendar Remastered

Complete Calendar HUB experience. Work with all your calendars in one place. Analyze your time and take action!

Periodic Notes

Manage your daily, weekly, and monthly notes.

Journals

Manage your journals.

Calendarium

Craft mind-bending fantasy and sci-fi calendars.

Journal Review

Review your daily notes on their anniversaries, like "what happened today last year".

Yearly Glance

Year at a glance - overview of annual events with customizable management options.

Chronology

A calendar and a timeline of the note's creation and modification.

Calendar

Explore your daily notes.

Prisma Calendar

Prisma turns any note with a date into a flexible planning system inside Obsidian. There are no rigid schemas or predefined structures — just your data, your rules, fully under your control.