--- journal: cimt daily journal-date: 2025-05-16 journal-start-date: 2025-05-16 journal-end-date: 2025-05-16 work_home: false work_office: true --- ```calendar-timeline ``` ## Journal - [x] 10:00 - 11:30 [[2025-05-16 Lightning Talks]] [completion:: 2025-05-16] - [x] 11:30 - 12:30 Austausch Notebook [[Marcus Lipski]] [completion:: 2025-05-16] - [x] 15:00 - 15:30 Status Messe München [[Frank Füllbier]] [completion:: 2025-05-16] ## Ziele ##### [[Journal/cimt AG/2025/2025-05#^05i|Monat]] | [[Journal/cimt AG/2025/2025-Q2#^q2i|Quartal]] | [[Journal/cimt AG/2025## Jahresziele|Jahr]] ## Aufgaben > [!hint]- Aktuelle Aufgaben >```tasks >not done >happens on 2025-05-16 >path regex does not match /^Resources\/Templates\/.*/ >path regex does not match /^Übersicht\/.*/ >``` > [!todo]- Aktive Aufgaben >```tasks >not done >happens before 2025-05-16 >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 2025-05-16 >path regex does not match /^Resources\/Templates\/.*/ >path regex does not match /^Übersicht\/.*/ >``` > [!error]- Überfällig >```tasks >not done >has due date >due before 2025-05-16 >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(2025-05-16) >``` ## Geburtstage ```dataview TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter FROM "Infos/Kontakte" WHERE birthday.month = 05 AND birthday.day = 16 ```