--- work_home: false work_office: false --- ```calendar-timeline ``` ## Journal - [ ] 09:15 - 09:30 [[Managed Services Team Daily]] ## Ziele ##### [[Journal/cimt AG/<%tp.date.now("YYYY", 0, tp.file.title, "YYYY-MM-DD")%>/<% tp.date.now("YYYY-[W]WW", 0, tp.file.title, "YYYY-MM-DD")%>#^<% tp.date.now("WW", 0, tp.file.title, "YYYY-MM-DD")%>i|Woche]] | [[Journal/cimt AG/<%tp.date.now("YYYY", 0, tp.file.title, "YYYY-MM-DD")%>/<%tp.date.now("YYYY-MM", 0, tp.file.title, "YYYY-MM-DD")%>#^<%tp.date.now("MM", 0, tp.file.title, "YYYY-MM-DD")%>i|Monat]] | [[Journal/cimt AG/<%tp.date.now("YYYY", 0, tp.file.title, "YYYY-MM-DD")%>/<%tp.date.now("YYYY-[Q]Q", 0, tp.file.title, "YYYY-MM-DD")%>#^q<%tp.date.now("Q", 0, tp.file.title, "YYYY-MM-DD")%>i|Quartal]] | [[Journal/cimt AG/<%tp.date.now("YYYY", 0, tp.file.title, "YYYY-MM-DD")%>## Jahresziele|Jahr]] ## Aufgaben > [!hint]- Aktuelle Aufgaben >```tasks >not done >happens on <% tp.file.title %> >path regex does not match /^Resources\/Templates\/.*/ >path regex does not match /^Übersicht\/.*/ >``` > [!todo]- Aktive Aufgaben >```tasks >not done >happens before <% tp.file.title %> >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 <% tp.file.title %> >path regex does not match /^Resources\/Templates\/.*/ >path regex does not match /^Übersicht\/.*/ >``` > [!error]- Überfällig >```tasks >not done >has due date >due before <% tp.file.title %> >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(<% tp.file.title %>) >``` ## Geburtstage ```dataview TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter FROM "Infos/Kontakte" WHERE birthday.month = <% moment(tp.file.title,'YYYY-MM-DD').format("MM") %> AND birthday.day = <% moment(tp.file.title,'YYYY-MM-DD').format("DD") %> ```