Skip to content

How to Install

Installation

You can easily install this plugin using the BRAT (Beta Reviewers Auto-update Tester) plugin:

  1. Install and enable BRAT in Obsidian.
  2. Open the BRAT settings panel.
  3. Add this repository using the GitHub URL:
ArctykDev/obsidian-calendar-events
  1. BRAT will automatically download and update the plugin whenever new versions are released.

Option 2: Manual installation

  1. Download the latest release from the Releases page.
  2. Extract the archive into your vault’s plugin folder:
.obsidian/plugins/obsidian-calendar-events/
  1. Ensure the folder contains the following files:
main.js
manifest.json
styles.css (if applicable)
  1. Reload Obsidian and enable SharePoint Calendar Events from the community plugins list.

Option 3 — Manual (Developer)

  1. Clone or download this repository:
    git clone https://github.com/YOUR-USERNAME/obsidian-calendar-events.git
    
  2. Navigate to the plugin directory:
 cd obsidian-calendar-events
  1. Install dependencies:
 npm install
  1. Build the plugin:
 npm run build
  1. Copy the following files to your vault’s plugin folder:
<vault>/.obsidian/plugins/obsidian-calendar-events/
  1. Include:
 main.js
 manifest.json
 styles.css (if present)
  1. Restart Obsidian and enable Obsidian Calendar Events in the Community Plugins settings.