vault backup: 2025-12-10 11:37:35
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
---
|
||||
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
|
||||
```
|
||||
Reference in New Issue
Block a user