Simple Meeting Sidebar

by Wren
5
4
3
2
1
Score: 50/100

Description

The Simple Meeting Sidebar plugin shows today's Apple Calendar events in a right sidebar on macOS and lets you turn them into tasks or meeting notes with single click actions. You can choose which calendars are included, limit the list to events with meet.google.com links and set folders for meeting notes and linked people notes. Commands can refresh meetings, reopen the sidebar, add the next meeting as a task, create the next meeting note or open a floating window with today's and yesterday's events. The plugin only reads Apple Calendar data, processes it locally and remembers handled events until the next manual refresh. Person matching only indexes Markdown notes in People that use the exact #Person tag.

Reviews

No reviews yet.

Stats

0
stars
98
downloads
0
forks
2
days
2
days
2
days
1
total PRs
0
open PRs
0
closed PRs
1
merged PRs
0
total issues
0
open issues
0
closed issues
15
commits

RequirementsExperimental

  • macOS with Apple Calendar access permission enabled

README file from

Github

Simple Meeting Sidebar

macOS only. Simple Meeting Sidebar uses Apple Calendar and does not run on Windows, Linux, iPhone, iPad, or Android.

A simpler, more minimal meetings plugin. There is no setup beyond allowing your Mac's Calendar access and picking which calendars you would like included.

Simple Meeting Sidebar shows today's Apple Calendar events in the right sidebar. With one click, you can add an event to your daily note as a task or create a meeting note.

Getting started

  1. Install and enable Simple Meeting Sidebar.
  2. Allow Calendar access when macOS asks. The plugin only reads events and never writes to Apple Calendar.
  3. Open the plugin settings and choose which Apple calendars to include.

The plugin adds its view to the right sidebar on first launch. If you close it, run Simple Meeting Sidebar: Toggle meetings sidebar to bring it back. Drag the small pill at the top to reposition the view, or click it to refresh today's meetings.

Use

  • Hover over an event and click to add - [ ] Event title under the Tasks heading in today's daily note.
  • Click •• to create and open a note in Meetings. By default, the meeting note is also linked from today's daily note.
  • Run Simple Meeting Sidebar: Refresh today's meetings for an immediate refresh.
  • Run Simple Meeting Sidebar: Toggle meetings sidebar to show or hide the sidebar.
  • Run Simple Meeting Sidebar: Add next meeting as task or Create next meeting note to handle the next event from anywhere.
  • Run Simple Meeting Sidebar: Today's calendar events to open a floating window with today's and yesterday's events.

After an action succeeds, the event stays hidden until the next manual refresh. Existing tasks and meeting notes are still remembered.

Settings

  • Include or exclude individual Apple calendars.
  • Show only events containing a meet.google.com link.
  • Choose the meeting-note and people folders.
  • Decide whether meeting notes are linked from today's daily note.
  • Ignore selected people when linking guests to #Person notes.
  • Refresh manually, hourly, every 6 or 12 hours, daily, or weekly.

Person matching

Only Markdown notes inside People with the exact tag #Person are indexed. Matching checks Apple Calendar guest names, then the event title, then the note title and optional aliases.

Advanced URI integration

With Advanced URI installed, commands can be triggered with a URL such as:

obsidian://adv-uri?vault=YourVault&commandid=simple-meeting-sidebar%3Arefresh-todays-meetings
Command ID Action
refresh-todays-meetings Refresh today's meetings
add-next-meeting-as-task Add next meeting as task
create-next-meeting-note Create next meeting note

Privacy and permissions

Simple Meeting Sidebar accesses Apple Calendar data outside your vault, including event titles, times, locations, calendar names, and guest names. It checks event URLs, locations, and notes only for the text meet.google.com; URLs and notes are not returned by the helper or saved by the plugin. Calendar data is processed locally on your Mac and cached only in the plugin's settings. The plugin does not use network services, collect telemetry, or write to Apple Calendar.

Apple Calendar helper

Obsidian cannot read Apple Calendar directly, so the plugin includes a small native helper whose complete source is in helper/CalendarHelper.swift. The release build embeds a universal Apple Silicon and Intel copy in main.js. When needed, the plugin writes that copy to its own .obsidian/plugins/simple-meeting-sidebar/bin folder, marks it executable, and launches it directly. It does not use a shell or run user-provided commands.

The helper has three jobs:

  • Ask macOS for Calendar permission and report a clear error if access is denied.
  • List the names of available Apple calendars for the plugin settings.
  • Read occurrences from yesterday and today, returning only the event identifier, title, start and end times, all-day status, calendar name, optional location, optional attendee names, and whether a Google Meet link was found.

The helper cannot create, edit, accept, decline, or delete calendar events. It cannot read files in your vault, make network requests, or run in the background without Obsidian. On macOS 14 and later, Apple labels the required EventKit permission as full Calendar access even though this helper only performs the read operations listed above. Some calendar providers may omit locations or attendee display names, so those details are not guaranteed to appear.

Development

Requirements: Node.js 22 or newer. Rebuilding the native helper also requires macOS and Xcode Command Line Tools.

npm install
npm run check

npm run check lints, type-checks, bundles the reviewed helper, creates the release folder, and runs the TypeScript and helper self-tests. If CalendarHelper.swift changes, run npm run build:helper first to rebuild and ad-hoc sign the universal helper that release builds embed.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Calendar
6 years ago by Liam Cain
Simple calendar widget for Obsidian.
Recent Files
6 years ago by Tony Grosinger
Display a list of most recently opened files
Day Planner
a month ago by ivan-lednev
An Obsidian plugin for day planning with a clean UI and a simple task format
Natural Language Dates
a month ago by obsidian-community
Work with dates in natural language in Obsidian
Thino
a month ago by quorafind
A quick capture plugin for Obsidian, all data from your notes.
Rollover Daily Todos
6 years ago by Matt Sessions
An obsidian plugin that rolls over todo items from the previous daily note
Markdown Formatting Assistant
6 years ago by Reocin
This Plugin provides a simple WYSIWYG Editor for Markdown and in addition a command line interface. The command line interface facilitate a faster workflow.
Claude Sidebar
a month ago by derek-larson14
Run Claude Code, Codex, and other agent CLIs in Obsidian
Review
6 years ago by ryanjamurphy
Add the current note to a future daily note to remember to review it.
Hide Folders
3 months ago by jonasdoesthings
Toggle the visibility of folders in the Obsidian.MD file navigator based on name-patterns
Find Orphaned Images
2 months ago by josmarcristello
Find Orphaned Images is an Obsidian plugin designed to help you keep your vault clean and organized by identifying and managing images that are not linked anywhere in your notes.
Cornell Marginalia
4 months ago by Latazadehomero
A lightweight Obsidian plugin designed for students who use the Cornell Note-taking System.
Daily Named Folder
5 years ago by Nemo Andrea
Like daily note, but nested in a daily folder and some more improvements
Daily Note Outline
4 years ago by iiz
Add a custom view which shows outline of multiple daily notes with headings, links, tags and list items
Journal Review
3 years ago by Kageetai
Review your daily notes on their anniversaries, like "what happened today last year"
Hide Sidebars on Window Resize
5 years ago by NomarCub, Michael Hanson
A simple Obsidian plugin to hide the sidebars when the window gets narrow.
Daily notes calendar
2 years ago by bartkessels
Quickly navigate your vault using a calendar view, this plugin allows you to create and navigate to periodic notes and notes that are created on a specific date.
Daily Notes Viewer
4 years ago by Johnson0907
Auto Hide
4 years ago by skelato1
This Obsidian plugin enables you to collapse (and expand) the sidebar easier.
Rainbow-Colored Sidebar
a year ago by Kevin Woblick
Automatically color your sidebar like a rainbow. No configuration needed. 18 themes included.
Repeat
4 years ago by Andre Perunicic
Review notes using periodic or spaced repetition.
Custom Sidebar Icons
2 years ago by RavenHogWarts
Custom Icons
Outlook Meeting Notes
a year ago by David Ingerslev
An Obsidian plugin to create meeting notes from Microsoft Outlook .msg files
Sidebar Expand on Hover
5 years ago by Tousif Iqbal Anik (toiq)
This Obsidian plugin expands or collapses the sidebar based on mouse hovering on the ribbons.
Granola Sync
a month ago by tomelliot
Sync Granola notes to your Obsidian vault
Live Life Recording
2 months ago by goryugocast
Operate tasks directly in Markdown with start/finish records, routine insertion, and a lightweight daily summary for Obsidian.
Things Logbook
6 years ago by Liam Cain
Sync your Things 3 Logbook with Obsidian
Daily Note Pinner
3 years ago by LukeMT
Pins the daily note of the day and unpins other daily notes in Obsidian
Daily Note Navbar
3 years ago by Karsten Finderup Pedersen
Adds a daily note navbar to quickly navigate between sequential daily notes in Obsidian.
Daily notes opener
4 years ago by Reorx
Easily open daily notes and periodic notes in new pane; customize periodic notes background; quick append new line to daily notes.
Granola Meetings Simple Sync
a month ago by philfreo
"Granola Meetings Simple Sync" Plugin for Obsidian
Telegram Sidebar
a month ago by reallygood83
Single File Daily Notes
3 years ago by Pranav Mangal
An Obsidian plugin to create and manage daily notes in a single file
Floating Headings
7 months ago by k0src
Displays a floating, collapsible outline of a note's headings on the right side of the editor. Expands on hover, click to navigate.
Wordflow Tracker
a year ago by LeCheenaX
Track the changes and stats of your edited note files automatically in Obsidian. Record the modified notes and statistics to your daily note with various customizations!
Telegram Inbox
2 years ago by icealtria
Receive messages from Telegram bots and add them to Obsidian's daily note.
Cycle In Sidebar
4 years ago by Houcheng
Cycle through tabs of left/ right sidebar panel
Auto Journal
3 years ago by Evan Bonsignori
Opinionated journaling automation like daily notes but with backfills for the days that you didn't open Obsidian.
Sidebar Keyboard Navigation
a month ago by denvolok
Obsidian plugin to smoothly navigate File Explorer using keyboard only.
Window Collapse
5 years ago by Guilherme Quental
Reflection
3 years ago by Brandon Boswell
An Obsidian Plugin for seeing daily and weekly notes from this day in years past.
Pinboard Sync
5 years ago by Mathew Spolin
Obsidian plugin to sync Pinboard.in links to Daily Notes
Upcoming
4 years ago by Charlie Chao
Show upcoming daily notes in their own panes.
Mobile Sidebar Notes
a month ago by ckep1
Open notes & new tabs in the sidebar on the Obsidian mobile app.
Nav Link Header
2 years ago by ahts4962
Display navigation links at the top of the notes in Obsidian
Nested Daily Todos
3 years ago by Thomas Brezinski
A plugin for Obsidian will parse previous Daily Notes for incomplete todos and add them to today's Daily Note. It supports grouping the todos by section and supports alternative checkbox states and nested todos.
Soomda
3 years ago by Michael Lee
🙈 Soomda — An Obsidian plugin that lets you quickly hide your sidebars.
Waka time box
3 years ago by complexzeng
Memos Sync
2 years ago by RyoJerryYu
Syncing Memos to Obsidian daily note. Fully compatible with official Daily Notes plugin, Calendar plugin and Periodic Notes plugin.
Quick Peek Sidebar
a year ago by Bradley Wyatt
Open and close the Obsidian sidebars on hover.
Canvas Daily Note
3 years ago by Andrew McGivery
A plugin for Obsidian that allows you to add a daily note node to the canvas that will always show todays note.
Scratchpad
a year ago by KVH
An open source Obsidian plugin for quick note-taking and freehand drawing.
Foodiary
2 years ago by vkostyanetsky
Food tracker plugin for Obsidian
Templated daily notes
3 years ago by digitorum
Allow to create templayted daily note in specific folder
Google Calendar Importer
a year ago by Fan Li
A simple and light-weighted google calendar importer, allow injecting the events / tasks of a day automatically to your daily notes, or import it to anywhere with a command.
Daily note creator
3 years ago by Mario Holubar
Automatically creates missing daily notes.
TikToker
6 months ago by ameyxd
A Tiktok parser and saver for Obsidian
Daily Note Metrics
a year ago by Andre-Diamond
Obsidian Plugin that parses Daily Notes and uses data to create charts
Daily Note Collector
2 years ago by Adar Butel
An Obsidian plugin that adds links to new notes to your daily note.
Streams
a year ago by Floyd
Streams Obsidian Plugin
Geulo
2 years ago by Junyoung Bang
Extension for pulling and syncing the videos that you liked in Youtube to Obsidian vault.
Journal View
a month ago by RUverse
A Journal View for Obsidian
Hledger Notes
a year ago by Boburmirzo Khamrakulov
Hledger Notes: Create and manage hledger entries directly in Obsidian Daily notes
LongtimeDiary
6 months ago by sawamaru
This is Obsidian Plugin to show past DailyNotes on the same day in previous years.
Pinned Daily Notes
a year ago by Jeremy Neiman
Dynamically update a pinned tab with today's daily note
Daily Prompt
2 years ago by Erl-koenig
Dayframe
a month ago by Ganessh Kumar R P
🖼️ like a picture frame but for your daily notes.
Sidet
a month ago by Jiao Yingxing
An easy-to-use AI chat plugin for Obsidian with side browsing, focused conversations, and vault-aware knowledge capture.
Limitless Lifelogs
a year ago by Maclean Dunkin
Sync your Limitless AI lifelog entries directly into Obsidian markdown files.
Open with Natural Language Dates
2 years ago by Charlie Chao
Quickly open a daily note using natural language. Requires "Natural Language Dates" plugin to work.
Synaptic View
5 months ago by Yongmini
Obsidian Plugin : Synaptic View that unifies your dashboards, hub notes, quick-entry notes, periodic notes, web shortcuts, and calendar navigation—enable it as the default new-tab experience or summon it with a command.
Task Mover
2 years ago by Mariia Nebesnaia
A plugin for obsidian to move unfinished tasks to the daily note automatically
Organized daily notes
2 years ago by duchangkim
Automatically organizes your daily notes into customizable folder structures for better organization and easier navigation.
Coalesce
a year ago by Floyd
Coalesce is an Obsidian plugin that merges all your linked notes into a single, organized view for a cohesive research and writing experience.
Simple File Info
a year ago by Lukas Capkovic
Multiple Daily Notes
a year ago by Vab Kapoor
Obsidian plugin for adding multiple daily notes, with some extra configurations too.
Everyday Classical Music
2 years ago by the flying markhor
Obsidian Plugin: Enhance your daily notes with the timeless elegance of classical music. Have a great day with the company of beautiful melodies!
Daily Note Structure
2 years ago by db-developer
This obsidian plugin creates a structure for your daily notes
GTD Tasks
2 months ago by unpreditable
Auto Daily Note
a year ago by John Dolittle
Diary ICS
a year ago by Mousebomb
Sync Obsidian diary entries to system calendar via ICS feed.
WorkBuddy
18 days ago by Jason
obsidian plugin for workbuddy
Inboxer
a year ago by Eoin Hurrell
Obsidian plugin to add an inbox to notes
WebDAV Explorer
6 months ago by 蓝星晓夜
WebDAV Server Explorer.
Create Note with Date in This Directory
a year ago by Sangrak Choi
Obsidian plugin for creating a note with current date in this directory
Status.lol Publisher
a year ago by Eric Walker
Allows you to post to weblogs.lol, status.lol, some.pics and paste.lol from Obsidian.
Open or Create File
10 months ago by Ilya Paripsa
Set up Obsidian commands that create or open files based on predefined patterns.
Daily Notes Automater
a year ago by David Pedrero
Previous Daily Note
a year ago by Marcos Talau
Plugin for Obsidian that opens the previous daily note
Future Dates
2 years ago by Dmitry Manannikov
Pinned Tabs
a month ago by NameIsKyro
Chrome-style compact pinned tabs for Obsidian with custom icons, smooth movement, and accidental-close protection.`
Tree Modal
4 months ago by krannich
Obsidian plugin: open files from the file explorer in a modal preview
Today Alias
a month ago by tanoshia
Plugin for Obsidian md editor. This hides a date prefix of any file name (in browser and tabs).
Alternative Explorer
22 days ago by sk-obsidian
Alternative Explorer is an Apple Notes–style sidebar for browsing folders and notes in Obsidian. Switch between an expandable folder tree and a notes list — a compact alternative to the built-in File Explorer.
Timestamper
10 months ago by René Coignard
Insert the current timestamp into your notes.
Rollover Plus
3 days ago by Wren
Move unfinished tasks between daily notes with Rollover Plus.
Daily Notes Tweaks
10 months ago by René Coignard
Open a random daily note and automatically switch past daily notes to reading mode.
Weekday Commands
3 days ago by Wren
Browser Note
a month ago by fengshuzi
Obsidian plugin: localhost HTTP API for vault notes with a built-in browser UI.