Files
thpeetz-notes/Infos/Kontakte/Patrick Aiche.md
T

50 lines
941 B
Markdown

---
name:
first: Patrick
last: Aiche
phone:
email: patrick.aiche@telekom.de
telegram:
linkedin:
xing:
birthday:
last_chat:
friends:
type: contact
template: "[[Resources/Templates/contact]]"
company:
---
## Termine
```dataview
LIST
FROM [[]] AND !outgoing([[]]) AND "Journal"
```
## Referenzen
```dataview
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
```
### Previous meetings with Patrick Aiche
```dataview
TABLE date as Date, purpose as "Purpose", summary AS "Summary"
FROM "Journal/Meetings" where contains(file.outlinks, [[Patrick Aiche]])
SORT file.cday DESC
```
## Related Projects
```dataview
TABLE file.cday as Created
FROM "#process/project" where contains(file.outlinks, [[Patrick Aiche]])
SORT file.cday DESC
```
## Related Tasks
```dataview
task
where contains(outlinks, [[Patrick Aiche]] ) or contains(file.link, [[Patrick Aiche]])
sort created desc
limit 10
```