vault backup: 2026-04-29 18:25:51
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
work_home: false
|
||||
work_office: false
|
||||
work_office: true
|
||||
journal: cimt daily
|
||||
journal-date: 2026-04-29
|
||||
journal-start-date: 2026-04-29
|
||||
@@ -11,7 +11,8 @@ journal-end-date: 2026-04-29
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
|
||||
- [x] 09:15 - 09:30 [[Managed Services Team Daily]] [completion:: 2026-04-29]
|
||||
- [x] 11:30 - 12:10 [[Monitoring - Next Steps]] [[CIP067 Aufbau eines einheitlichen, wiederverwendbaren Monitoring-Stacks]] [completion:: 2026-04-29]
|
||||
|
||||
## Ziele
|
||||
|
||||
|
||||
@@ -1,70 +0,0 @@
|
||||
---
|
||||
work_home: false
|
||||
work_office: false
|
||||
journal: cimt daily
|
||||
journal-date: 2026-04-30
|
||||
journal-start-date: 2026-04-30
|
||||
journal-end-date: 2026-04-30
|
||||
---
|
||||
|
||||
```calendar-timeline
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [-] 09:15 - 09:30 [[Managed Services Team Daily]] [cancelled:: 2026-04-28]
|
||||
- [-] 11:35 - 12:00 [[Lightning Talks Orga]] [cancelled:: 2026-04-28]
|
||||
- [-] 13:30 - 13:45 [[Tibuci Jour fixe]] [cancelled:: 2026-04-28]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[Journal/cimt AG/2026/2026-W18#^18i|Woche]] | [[Journal/cimt AG/2026/2026-04#^04i|Monat]] | [[Journal/cimt AG/2026/2026-Q2#^q2i|Quartal]] | [[Journal/cimt AG/2026## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2026-04-30
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2026-04-30
|
||||
>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-04-30
|
||||
>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-04-30
|
||||
>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-04-30)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 04 AND birthday.day = 30
|
||||
```
|
||||
Reference in New Issue
Block a user