vault backup: 2026-08-06 17:28:16

This commit is contained in:
Thomas Peetz
2026-08-06 17:28:15 +02:00
parent 04aa418b46
commit c91ee0e553
2 changed files with 139 additions and 0 deletions
+71
View File
@@ -0,0 +1,71 @@
---
work_home: true
work_office: false
journal: cimt daily
journal-date: 2026-08-06
journal-start-date: 2026-08-06
journal-end-date: 2026-08-06
---
```calendar-timeline
```
## Journal
- [-] 09:15 - 09:30 [[Managed Services Team Daily]] [cancelled::2026-08-06]
- [-] 14:00 - 14:25 [[cimt 1st- & 2nd-Level Support Monthly]] [cancelled: 2026-08-06]
- [x] 14:30 - 15:00 Zwischenstand: [[Tibuci]] [completion:: 2026-08-06]
- [x] 15:00 - 16:00 Vorstellung Systeme bei Hagebau Connect [completion:: 2026-08-06]
## Ziele
##### [[Journal/cimt AG/2026/2026-W32#^32i|Woche]] | [[Journal/cimt AG/2026/2026-08#^08i|Monat]] | [[Journal/cimt AG/2026/2026-Q3#^q3i|Quartal]] | [[Journal/cimt AG/2026## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2026-08-06
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2026-08-06
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!warning]- Heute fällig
>```tasks
>not done
>has due date
>due on 2026-08-06
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!error]- Überfällig
>```tasks
>not done
>has due date
>due before 2026-08-06
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!done]- Erledigte Aufgaben
>```dataview
>TASK
>FROM !"Resources/Templates"
>WHERE completed AND completion = date(2026-08-06)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 08 AND birthday.day = 06
```