Files
thpeetz-notes/Infos/Kontakte/Patrick Aiche.md
T
2026-02-10 15:24:38 +01:00

50 lines
951 B
Markdown

---
name: Patrick Aiche
phone:
email: patrick.aiche@telekom.de
telegram:
linkedin:
xing:
birthday:
last_chat:
friends:
type: contact
template: "[[Resources/Templates/contact]]"
company:
tags:
- process/contact
---
## 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
```