Meetings.t
| Date/Time |
Purpose |
Location |
| ${datetime} |
${purpose} |
${location} |
Attendees
| ${attendees.map((attendee) => [](https://github.com/ + attendee + )).join(' | ')} |
| ${attendees.map((attendee) => ' -- ').join(' | ')} |
| ${attendees.map((attendee) => '' + attendee + '').join(' | ')} |
Agenda
| Item |
Description |
| ${agenda.map((a) => ((a.item |
|
Discussion
| Item |
Who |
Notes |
| ${discussion.map((d) => ((d.item |
|
'') + | + (d.who |
Actions
| Item |
Who |
Due |
Status |
| ${actions.map((a) => ((a.item |
|
'') + | + (a.who |
|
Other Notes
${notes || 'N/A'}