This is probably self evident but I'm stuck.
I've had a request to modify my skin to show only only today's appointments. I tried:
calendarfilter,today0,0,[Categories] ="dummy" in the config file with
options,calendarfilter,today0 in the skin
where dummy is nonexistent thinking that the nonexistent category should call all appointments and <maxdays> = 0 (no looking ahead). This doesn't work. What am I missing???
Thanks in advance,
ya1950
try:
calendarfilter,today0,1,
I have today's appointments & tasks showing, using (as filter0):
//filter0 (default filter)
taskfilter,0,1,,
calendarfilter,0,1,
Scotty........
srs & Scotty - thanks for replying. That's what I tried originally. To be sure I tried again just now. Unfortunately it doesn't work. It still shows today and, toward the end of today, the next day as well - at least on my machine. Any other ideas?
ya1950
are you loading the filter in the skin ? post you skin / config and I will take a look.
srs
Thanks a lot for the offer. The skin and config file is attached. I had another thought. I just read that Mobile2003 changes the way that today appointments are displayed in that tomorrow's appointments are now displayed automatically after today's appointments are completed. Apparently this was not the case in the previous versions. Could this be affecting the way Today+ displays appointments on my 2003 machine? In other words is Today+ behaving like the native calendar plugin?
ya1950
OK, I've taken a quick look at the skin and I think I was ablt to spot the problem:
take a look at line 1742... there appears to be some sort of junk character at the very beginning of the line which would prevent TodayPlus from recognising the actuall command "options,calendarfilter,today0".
I'm not sure what editor you're using, but I recommend notepad, or similar plain text editors and make sure that you save it in plain text format. Actually I see these scattered throughout the skin....
srs
Thanks, I check this out.
ya1950