Files
thpeetz-notes/Journal/ivv/2023/10/2023-10-19.md
T

67 lines
1.4 KiB
Markdown

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