-
-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Labels
area: calendarCalendar integration featuresCalendar integration featuresenhancementNew feature or requestNew feature or requestpriority: mediumMedium priority issueMedium priority issue
Description
Problem
When attending meetings, users have to manually create notes and copy event details (title, time, attendees, location). There's no automated way to generate meeting notes from calendar events.
Solution
Add "Create Note" action on calendar events that generates a pre-filled meeting note.
Features
- "Create Note" button on calendar event cards/modals
- Configurable meeting note template
- Auto-populates: event title, time, attendees, location, description
- Bidirectional linking: note ↔ event
- Notes stored in configurable folder (e.g.,
/meetings/) - Event shows "View Note" if note exists
Default Template
---
event_id: "{{event.id}}"
event_date: {{event.start}}
attendees: {{event.attendees}}
type: meeting-note
---
# {{event.title}}
**When:** {{event.start}} - {{event.end}}
**Where:** {{event.location}}
**Attendees:** {{event.attendees}}
## Agenda
## Notes
## Action Items
- [ ] Implementation Tasks
- Add "Create Note" button to EventCard component
- Create meeting note template system
- Implement template variable substitution
- Add
event_idfrontmatter property support - Create event → note resolution (show linked note on event)
- Add settings for meeting notes folder and template
Priority
Medium - Would improve my workflow
Complexity
Moderate - New component or workflow
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: calendarCalendar integration featuresCalendar integration featuresenhancementNew feature or requestNew feature or requestpriority: mediumMedium priority issueMedium priority issue