edrickleong66k downloadsAdds a calendar layout to bases so you can display notes with dates in an interactive calendar view.

Adds a calendar layout to Obsidian Bases so you can display notes with dates in an interactive calendar view.
Built with FullCalendar for a robust and feature-rich calendar experience.
This plugin requires Obsidian v1.10.0 or later to work.
Calendar Bases is available under Community Plugins. It can be found here.
https://github.com/edrickleong/obsidian-calendar-bases.To display entries on the calendar, configure a start date property in the view configuration menu. The property must contain a valid date string.
# Date property examples
startDate: 2025-10-15
startDate: 2025-10-15T10:00:00
# Optional end date for multi-day events
endDate: 2025-10-18
Any JavaScript-parseable date format is supported. For multi-day events, configure both a start date and an optional end date property.
This plugin uses FullCalendar.
This project is licensed under the MIT License.