Files
thpeetz-notes/Journal/ivv/2023/09/2023-09-28.md
T

68 lines
1.5 KiB
Markdown

---
journal: ivv daily
journal-date: 2023-09-28
journal-start-date: 2023-09-28
journal-end-date: 2023-09-28
---
```calendar-timeline
```
## Journal
- [x] 09:15 - 09:30 [[SKM Standup]] [completion:: 2023-09-28]
- [x] 10:00 - 10:45 [[Planungs- und Priorisierungsrunde]] [completion:: 2023-09-28]
- [x] 10:45 - 11:30 [[SKM-Meeting]] [completion:: 2023-09-28]
## Ziele
##### [[2023-W39#^39i|Woche]] | [[2023-09#^09i|Monat]] | [[2023-Q3#^q3i|Quartal]] | [[2023## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2023-09-28
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2023-09-28
>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 2023-09-28
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!error]- Überfällig
>```tasks
>not done
>has due date
>due before 2023-09-28
>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(2023-09-28)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 09 AND birthday.day = 28
```