Quick Start
- Open Settings → Prisma Calendar and confirm your Active Calendar.
- Set Directory to the folder where event notes should live (e.g.,
Calendar/). - (Optional) Adjust frontmatter property names for Start/End/AllDay/Title if you use custom keys.
- (Optional) Set Template path to a Templater template for new events.
- Create an event note (via your template or manually) and add frontmatter like:
---
Title: Doctor Appointment
Start: 2025-02-10T14:00
End: 2025-02-10T15:00
AllDay: false
---
Remember insurance card.
- Open the Prisma Calendar view:
- Hover to preview notes (if enabled)
- Click to open the underlying file
- Drag to move/resize; snap respects your Snap duration (Settings → UI Settings)
- Batch-select to duplicate/delete or move/clone to next week
Recurring example
---
Title: Standup
Start: 2025-02-03T09:30
RRule: weekly
RRuleSpec: monday, tuesday, wednesday, thursday, friday
---
Set “Future instances count” to control how many future notes are generated; beyond that, events appear as read-only virtual items.