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

Just Simple Calendar

David HurtDavid Hurt140 downloads

Keep calendars as light and simple as possible. A monthly Bases view with multi-day notes, previews and quick actions, without external libraries or community plugin dependencies.

Add to Obsidian
Just Simple Calendar screenshot
Just Simple Calendar screenshot
Just Simple Calendar screenshot
Just Simple Calendar screenshot
  • Overview
  • Scorecard
  • Updates4

The purpose is to make a calendar as lightweight and simple as possible, with no external libraries and no dependency on other community plugins. That is why Just Simple Calendar exists: a small, focused way to see your notes on a calendar, using the features already built into Obsidian.

It adds three calendar view types to Bases. Your notes remain ordinary Markdown files, your dates remain ordinary properties, and your Base keeps control of filtering and sorting. There is no separate event database, calendar framework, React runtime, account, or remote service.

A month of single-day events and continuous multi-day bars in Obsidian

Small by design

  • Monthly calendar with Previous year, Previous month, Today, Next month, and Next year.
  • A second Infinite Calendar view: scroll up into the past or down into the future through a continuous stream of weeks.
  • A Linear Calendar view: a whole year with one month per row and aligned weekdays.
  • A selectable start date and an optional, inclusive end date.
  • An optional title property instead of the file name, with automatic fallback for missing or blank values.
  • Continuous bars for multi-day notes, with a continuation marker when they cross a week.
  • Separate lanes for overlapping notes.
  • Native hover previews and double-click to open.
  • Right-click actions to open, open in a new tab, open to the right, or delete.
  • Create a blank note from an empty day with its date already filled in.
  • Monday or Sunday week start, keyboard support, and styling that follows your theme.

The JavaScript is less than 25 KB uncompressed. The plugin has zero runtime package dependencies; only Obsidian's own API is external to the bundle. Development tools are not shipped with the plugin.

Install

Requires Obsidian 1.10.2 or later, with the built-in Bases feature enabled. Enable the built-in Page preview feature if you want hover previews. These are Obsidian core features, not additional community plugins.

  1. Open Settings → Community plugins → Browse in Obsidian.
  2. Search for Just Simple Calendar.
  3. Select Install, then Enable.

Set up a calendar

  1. Create or open a Base.
  2. Open its view settings and choose Simple Calendar for a month, Infinite Calendar for continuous weeks, or Linear Calendar for a year.
  3. Set Date property to your start date property, such as start_date.
  4. Optionally set End date property (optional) to end_date.
  5. Optionally set Title property (optional) to the property you want to display, such as title.
  6. Choose First day of week: Monday or Sunday.

Each view saves its own settings inside the .base file. You can use different date properties in different views of the same notes.

Use the double-arrow buttons « and » to jump backward or forward one year while keeping the same month. The single arrows move one month, and Today returns to the current month. Thanks to u/anchovybird for suggesting faster navigation to previous years.

Calendar navigation with previous year, previous month, Today, next month, and next year buttons

The title property changes only the label shown on the calendar, including multi-day bars. Notes keep their file names, and previews and opening actions still target the original note. Leave the selector unset to use file names; missing, empty, or whitespace-only values also fall back to the file name. Thanks to u/Nyrazoth for suggesting custom calendar titles.

Bases view settings showing the optional title property selector

Bases view settings with both start and end date properties selected

A note can be as simple as:

---
start_date: 2026-09-21
end_date: 2026-09-25
---

Property names are your choice. There are no required folders, tags, templates, or naming conventions.

Multi-day notes

The start and end days are both included. September 21 through September 25 occupies five days and appears as one continuous bar. A range crossing a week has one segment per calendar row, with arrows indicating continuation. The title appears once per segment.

  • No end property selected, or no end value on a note: one day.
  • End date equals the start: one day.
  • End date is invalid or earlier than the start: the note stays on its start day, with an explanatory count below the calendar.
  • Invalid or missing start date: the note is counted below the calendar but is not placed on a day.

Month totals count distinct notes, not the number of occupied days. Ranges are clipped to the visible weeks, so a long-running note does not generate off-screen calendar cells.

Infinite Calendar

Infinite Calendar with continuous weeks, multi-day notes, and a month marker in the left margin

Choose Infinite Calendar as a second Bases view type when you want to focus on weeks rather than separate months. Scroll upward into the past or downward into the future. Weekday headings stay visible; month/year markers appear in the left margin, and the first day of each month includes its abbreviated month name. Today returns to the current week.

It uses the same date and title properties, week-start setting, previews, and note actions as Simple Calendar. Weeks continue across month and year boundaries without duplicating days. Multi-day notes remain continuous within each week.

Only a bounded window of weeks is rendered. As that window moves, the visible week and its position are preserved, including when weeks have different heights. The footer counts distinct notes in the loaded weeks, not the entire Base.

Thanks to u/DudPug for suggesting a continuous, scrollable calendar focused on weeks.

Linear Calendar

Linear Calendar with outlined month rows, multi-day bars, and single-day color blocks

Choose Linear Calendar for a yearly overview with one month per row. Each month starts under its correct weekday, so weekends align vertically. Use Previous year, Today, and Next year to navigate. Monday and Sunday week starts are supported.

Multi-day notes form continuous bars across a month, with continuation markers when they cross into another month or year. Overlapping notes occupy separate lanes; busy months grow to fit them. Date and title properties, hover previews, and all note actions work just like the other views. Single-day notes appear as colored blocks without visible text; hover to read the title or preview the note. Their full titles remain available to screen readers. Multi-day bars keep their labels.

Each month's days have a slightly stronger outline so the twelve horizontal month bars are easy to distinguish. The weekday header and month labels stay visible while scrolling. Narrow panes scroll horizontally to keep dates readable. This view omits the footer and bottom padding to give the calendar as much room as possible.

Thanks to u/Quirky_Departure_409 for suggesting a yearly linear view, and to Nick Milo for explaining this approach in his Linear Calendar video: seeing the whole year helps you spot busy periods and make room for what matters.

Open, preview, and manage notes

Hover anywhere on a note or bar to preview it on desktop. By default no Ctrl/Cmd key is needed; this can be changed in Settings → Page preview → Just Simple Calendar.

Double-click opens the note in the current pane. On mobile, tap once. A right-click on the note offers the actions below:

The note context menu: open, new tab, open to the right, and delete

Keep the calendar beside your note

Choose Open to the right to open a note beside the calendar. The calendar reuses the pane it created while that pane remains open, so browsing several notes does not keep splitting the workspace.

The calendar on the left with Launch week open in a right-hand pane

Create a note on a day

Double-click empty space inside a day, or right-click it and choose Create note on YYYY-MM-DD. Bases creates a blank note and opens its native editor so you can give it a name and start writing.

The selected start date property is already filled in. The folder, unique filename, and other filter-derived properties follow Bases' own creation behavior. A new note may still be excluded by a restrictive filter; the plugin does not override your Base's filters.

The empty-day context menu for creating a dated note

Creation requires a writable note property. File creation/modification dates and formula results can be displayed, but cannot be assigned by the calendar.

Delete a note

Right-click a note and choose Delete note. This deletes the underlying note file using Obsidian's configured deletion preference: system trash, vault trash, or permanent deletion. The calendar updates automatically.

Keyboard controls

Focus Key Action
Note or bar Enter or Space Open in the current pane
Note or bar Shift+F10 Open its context menu
Day Enter Create a dated note
Day Shift+F10 Open the day's context menu

All screenshots are real captures from Obsidian. The visual theme is not bundled or required; the calendar follows your own theme and accent color.

Scope and behavior

These are date-based views. They intentionally leave out hourly scheduling, drag-to-reschedule, recurrence rules, notifications, and external calendar synchronization.

Bases supplies the filtered, sorted results. Notes are assigned to the first available lane in that order. Grouping does not produce separate calendars. Weeks grow to fit their notes; the calendar scrolls vertically.

ISO date strings (YYYY-MM-DD) and ISO datetime strings are supported. String datetimes use their written calendar day; typed Bases dates use Bases' date-only value. The plugin's interface is in English. Your note titles, property names, and view names are preserved exactly as you write them.

The plugin uses web and Obsidian APIs compatible with desktop and mobile. Physical-device testing is documented separately from desktop mobile emulation in the validation notes.

Privacy and dependencies

  • No network requests, telemetry, analytics, ads, account, or paid features.
  • No external services and no access to files outside the vault.
  • No community plugin dependencies and no bundled calendar or UI framework.
  • No custom note format, background synchronization, or self-updater.
  • Viewing and opening notes does not rewrite them. Creating and deleting notes are explicit actions.

This is an independent plugin, not an official Obsidian product.

License

MIT. Copyright 2026 David Hurtado.

HealthExcellent
ReviewSatisfactory
About
View notes on a lightweight monthly calendar that adds a Bases view and keeps files as ordinary Markdown with date properties. Navigate months, show continuous multi-day bars with week-crossing markers, separate lanes for overlaps, use native hover previews, and create or open notes by clicking days.
CalendarBasesDates
Details
Current version
1.2.0
Last updated
13 hours ago
Created
2 days ago
Updates
4 releases
Downloads
140
Compatible with
Obsidian 1.10.2+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
David HurtDavid Hurtdavidhurtadoai
GitHubdavidhurtadoai
  1. Community
  2. Plugins
  3. Calendar
  4. Just Simple Calendar

Related plugins

TaskNotes

Note-based task management with calendar, pomodoro and time-tracking integration.

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!

Journals

Manage your journals.

Periodic Notes

Manage your daily, weekly, and monthly notes.

Tasks Calendar Wrapper

Simple wrapper for Tasks Calendar and Tasks Timeline.

Calendarium

Craft mind-bending fantasy and sci-fi calendars.

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.

Contribution Graph

Generate an interactive heatmap to visualize and track your productivity.

Yearly Glance

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