16 lines
231 B
Markdown
16 lines
231 B
Markdown
---
|
|
category:
|
|
- "[[People]]"
|
|
tags:
|
|
- people
|
|
birthday:
|
|
company: []
|
|
created: {{date}}
|
|
---
|
|
## Meetings
|
|
|
|
```dataview
|
|
table without id file.link as Meeting, date as Date
|
|
where contains(people,this.file.link)
|
|
sort file.name desc
|
|
``` |