Skip to content

Keep events and manage your calendar alongside all your other notes in your Obsidian Vault.

License

Notifications You must be signed in to change notification settings

Jethril/obsidian-full-calendar

 
 

Repository files navigation

Obsidian Full Calendar Plugin

Obsidian Downloads

Keep your calendar in your vault! This plugin integrates the FullCalendar library into your Obsidian Vault so that you can keep your ever-changing daily schedule and special events and plans alongside your tasks and notes, and link freely between all of them. Each event is stored as a separate note with special frontmatter so you can take notes, form connections and add context to any event on your calendar.

Full Calendar can pull events from frontmatter on notes, or from event lists in daily notes. Full Calendar also supports read-only ICS and CalDAV remote calendars.

You can find the full documentation here!

Sample Calendar

The FullCalendar library is released under the MIT license by Adam Shaw. It's an awesome piece of work, and it would not have been possible to make something like this plugin so easily without it.

Support me on Ko-Fi

Installation

Full Calendar is available from the Obsidian Community Plugins list -- just search for "Full Calendar" paste this link into your browser: obsidian://show-plugin?id=obsidian-full-calendar.

Manual Installation

You can also head over to the releases page and unzip the latest release inside of the .obsidian/plugins directory inside your vault.

Contributing

Full Calendar is open to contributions!

  • If you want to develop locally, make sure to make a symbolic link from main.css to styles.css. Obsidian expects a css file called styles.css, but esbuild will output one named main.css.
  • You can build the plugin for development by running npm run dev.
  • The hot reload plugin makes development a lot easier.

About

Keep events and manage your calendar alongside all your other notes in your Obsidian Vault.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.9%
  • CSS 2.2%
  • JavaScript 1.8%
  • Shell 0.1%