63 lines
1.6 KiB
Markdown
63 lines
1.6 KiB
Markdown
---
|
||
journal: cimt
|
||
journal-start-date: 2024-03-25
|
||
journal-end-date: 2024-03-25
|
||
journal-section: day
|
||
---
|
||
|
||
[[Journal/cimt AG/2024/03/2024-03-24|❮❮]] ⋮ [[Journal/cimt AG/2024|2024]] › [[Journal/cimt AG/2024-Q1|Q1]] › [[Journal/cimt AG/2024/2024-03|03]] › [[Journal/cimt AG/2024/2024-W13|W13]] ⋮ [[Journal/cimt AG/2024/03/2024-03-26|❯❯]]
|
||
|
||
## Journal
|
||
- [-] 09:00 - 09:30 Spark Betrieb [[InfraRisk24]] [cancelled:: 2024-03-25]
|
||
- [x] 10:00 - 18:00 Seminar [[GitHub Copilot - KI unterstützte Codegenerierung für Entwickler-innen]] [completion:: 2024-03-25]
|
||
|
||
## Aufgaben
|
||
|
||
> [!hint]- Aktuelle Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens on 2024-03-25
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!todo]- Aktive Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens before 2024-03-25
|
||
>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 2024-03-25
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!error]- Überfällig
|
||
>```tasks
|
||
>not done
|
||
>has due date
|
||
>due before 2024-03-25
|
||
>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(2024-03-25)
|
||
>```
|
||
|
||
## Geburtstage
|
||
```dataview
|
||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||
FROM "Infos/Kontakte"
|
||
WHERE birthday.month = 03 AND birthday.day = 25
|
||
```
|