create_meeting
Create a meeting note from title, attendees, and date, save it to the Meetings folder, and log the creation to the daily note.
Instructions
Create a new meeting note.
Meeting notes have auto-generated IDs (MTG-YYYY-MM-DD-NNN) and are stored in the Meetings/ folder. Creation is logged to the daily note.
Args: title: Title of the meeting (e.g. "Team Sync", "Design Review"). attendees: Who's attending (e.g. "Alice, Bob, Charlie"). date: Meeting date in YYYY-MM-DD format. Defaults to today. extra_vars: Optional dictionary of additional variables for the template.
Returns: Result of the meeting creation including the generated meeting ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| title | Yes | ||
| attendees | No | ||
| extra_vars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |