Knox Timeline

approved

by Christopher Wagner

Timeline view of your Fastmail calendar (and read-only iCal URLs) in a sidebar leaf, with one-click meeting note creation. - This plugin has not been manually reviewed by Obsidian staff.

1 stars182 downloadsUpdated 1mo agoMIT

Knox Timeline

Timeline view of your Fastmail calendar in an Obsidian sidebar leaf, with one-click meeting note creation.

Knox Timeline panel

Why this exists

I really like the two day timeline view for daily planning and meeting prep, but I do most of my note-taking in Obsidian. Existing Obsidian calendar plugins lean toward month grids or to-do lists, neither of which answer "what does my day actually look like." Knox Timeline brings the timeline format into Obsidian's right sidebar, sourced from Fastmail via CalDAV, and lets me turn any event into a meeting note with one click.

Features

  • Single-day or two-day (today + tomorrow) timeline views
  • All-day events shown in a strip above the timed grid
  • Multi-calendar support with per-calendar enable/disable
  • One-click meeting note creation from any event
  • Hide noisy events (recurring blockers, declined invites) with the ability to unhide later
  • Auto-refresh at midnight and on stale data
  • Commands for previous/next day, jump to today, and refresh

Install

Knox Timeline is not yet in the Community plugins directory. Install it via BRAT for now.

Via BRAT

  1. Install the BRAT plugin from the Community plugins directory.
  2. In Obsidian: Settings → BRAT → Add Beta plugin.
  3. Paste: cwagner223355/knox-timeline
  4. Enable Knox Timeline in Community plugins.

From the Community plugins directory (once accepted)

  1. Open Obsidian → Settings (⌘,) → Community plugins
  2. If you see "Restricted mode is on", click Turn on community plugins
  3. Click Browse, search "Knox Timeline", then Install and Enable.

Setup

  1. Generate a Fastmail app password: Fastmail → Settings → Privacy & Security → App passwords. Give it Calendars (CalDAV) access only.
  2. Open Knox Timeline settings: enter your Fastmail email and app password.
  3. Click Refresh calendar list to discover your calendars.
  4. Toggle which calendars to include in the timeline.

Settings

SettingTypeDefaultDescription
Fastmail usernametextemptyYour full Fastmail email address.
Fastmail app passwordsecretemptyApp password with Calendars (CalDAV) access. Stored in Obsidian's SecretStorage; see security notes below.
First day of weekdropdownSundaySunday or Monday, controls the leftmost column in the month calendar.
External iCal URLslistemptyRead-only iCal feeds (Google Calendar secret URL, iCloud public calendar, Outlook published calendar, etc.). Each has name, URL, color, and an enabled toggle.
Default viewdropdownToday and tomorrowSingle day or today + tomorrow side-by-side.
Enabled calendarstoggle listall discoveredWhich calendars to include in the timeline.
Meeting note foldertext (with folder autocomplete)Meeting NotesVault folder where notes created from an event are saved.
Meeting note templatetext areablankBody for new meeting notes. Blank creates an empty note (handy if another plugin fills in frontmatter). Variables (explained in settings): {{title}}, {{date}}, {{start_time}}, {{end_time}}, {{video_url}}, {{busycal_url}}, {{uid}}, {{daily_note}}. Store {{uid}} as event_uid so a note can be matched back to its event.

Commands

CommandWhat it does
Open panelOpen the timeline panel in the right sidebar.
RefreshRe-fetch events from Fastmail.
Previous dayShift the timeline anchor back one day.
Next dayShift the timeline anchor forward one day.
Jump to todayReset the anchor to today.

Security notes

The Fastmail app password is stored in Obsidian's SecretStorage on the device where you entered it. It does not sync with your vault.

Use a scoped Fastmail app password, giving it Calendars (CalDAV) access only. You can revoke it at any time from Fastmail settings.

Network traffic to caldav.fastmail.com is HTTPS only, so credentials are encrypted in transit.

For offline display, the most recently fetched events (titles, times, attendees) are cached in the plugin's data.json. Unlike the password, that file does sync if your vault syncs. Add the plugin folder to your sync exclusions if that is a concern.

Known limitations

  • Read-only: events cannot be created or edited from the timeline.
  • Desktop only. Mobile support is not planned for v1.
  • External iCal feeds are shown as-is: recurring events are not expanded client-side, so recurring events from an .ics URL only appear if a concrete instance falls in the visible window. Fastmail (CalDAV) recurrences are expanded server-side and show normally.

Support

If Knox Timeline is useful to you, consider buying me a coffee.

Buy Me a Coffee at ko-fi.com

License

MIT — see LICENSE.

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.