--- journal: Messe München weekly journal-date: 2025-05-19 journal-start-date: 2025-05-19 journal-end-date: 2025-05-25 --- ```calendar-timeline ``` #### [[2025-05#^05i|Monat]] |[[2025-Q2#^q2i|Quartal]] | [[2025## Jahresziele|Jahr]] ## Aufgaben > [!todo]- Aktive Aufgaben >```tasks >not done >(happens on or before 2025-05-25) AND NOT (scheduled 2025-05-19 2025-05-25) >path regex does not match /^Resources\/Templates\/.*/ >path regex does not match /^Übersicht\/.*/ >``` > [!hint]- Geplante Aufgaben >```tasks >not done >scheduled 2025-05-19 2025-05-25 >path regex does not match /^Resources\/Templates\/.*/ >path regex does not match /^Übersicht\/.*/ >``` > [!done]- Erledigte Aufgaben >```dataview >TASK >WHERE completed AND completion >= date(2025-05-19) AND completion < date(2025-05-26) >``` ## History ### [[Journal/Messe München/2025/05/2025-05-19|2025-05-19]] ![[Journal/Messe München/2025/05/2025-05-19#Journal]] ### [[Journal/Messe München/2025/05/2025-05-20|2025-05-20]] ![[Journal/Messe München/2025/05/2025-05-20#Journal]] ### [[Journal/Messe München/2025/05/2025-05-21|2025-05-21]] ![[Journal/Messe München/2025/05/2025-05-21#Journal]] ### [[Journal/Messe München/2025/05/2025-05-22|2025-05-22]] ![[Journal/Messe München/2025/05/2025-05-22#Journal]] ### [[Journal/Messe München/2025/05/2025-05-23|2025-05-23]] ![[Journal/Messe München/2025/05/2025-05-23#Journal]] ### [[Journal/Messe München/2025/05/2025-05-24|2025-05-24]] ![[Journal/Messe München/2025/05/2025-05-24#Journal]] ### [[Journal/Messe München/2025/05/2025-05-25|2025-05-25]] ![[Journal/Messe München/2025/05/2025-05-25#Journal]] ## Geburtstage ```dataview TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter FROM "Infos/Kontakte" WHERE birthday.month >= 05 AND birthday.day >= 19 WHERE birthday.month <= 05 AND birthday.day < 26 SORT birthday.day ``` > [!note]- Erzeugte Notizen > ```dataview > LIST > WHERE file.cday >= date(2025-05-19) AND file.cday < date(2025-05-25) >```