Skip to content

[Feature]: Create meeting notes from calendar events #390

@CodeWithInferno

Description

@CodeWithInferno

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_id frontmatter 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions