TodayPlus Boards v2

TodayPlus for the Pocket PC Forums => Help and Support => Topic started by: ya1950 on November 30, 2003, 02:14:34 AM

Title: Display only today's appointments
Post by: ya1950 on November 30, 2003, 02:14:34 AM
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
Title: Display only today's appointments
Post by: srs on December 01, 2003, 10:39:53 AM
try:

calendarfilter,today0,1,
Title: Display only today's appointments
Post by: Scotty on December 01, 2003, 10:21:24 PM
I have today's appointments & tasks showing, using (as filter0):

//filter0 (default filter)
taskfilter,0,1,,
calendarfilter,0,1,

Scotty........
Title: Display only today's appointments
Post by: ya1950 on December 02, 2003, 01:56:24 AM
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
Title: Display only today's appointments
Post by: srs on December 02, 2003, 04:50:50 PM
are you loading the filter in the skin ?  post you skin / config and I will take a look.
Title: Display only today's appointments
Post by: ya1950 on December 03, 2003, 01:26:55 AM
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
Title: Display only today's appointments
Post by: srs on December 05, 2003, 12:35:13 PM
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....
Title: Display only today's appointments
Post by: ya1950 on December 06, 2003, 04:16:36 PM
srs

Thanks, I check this out.

ya1950