Can't get my Poom-section right to work :(
Can anybody explain, how to include the filters from config.exe
<---------------------------->
// USE THIS TO FILTER AllDayEvents: AND [AllDayEvent] = FALSE
taskfilter,0,90,,
calendarfilter,0,90,
calendarfilter,1,360,[Categories] <> "Class"
text,calendarfilter1,Allgemein
taskfilter,1,90,[overdue],[Categories] <> "Class"
text,taskfilter1,GENERAL
calendarfilter,2,90,[Categories] = "Exam" OR [Categories] = "Review"
text,calendarfilter2,Ausblick
taskfilter,2,90,[overdue],([Categories] = "Exam" OR [Categories] = "Review") AND [Categories] <> ""
text,taskfilter2,EXAMS
taskfilter,3,360,[overdue],
calendarfilter,countdown,360,[Categories] = "Countdown"
taskfilter,countdown,360,,[Categries] = "Countdown"
<---------------------------------------->
into the config.exe :?:
Greetings Broesel