[SOLVED] Appointment search Hi!
I'm (again) having a hard time searching for appointments by appointment date.
I want to search for all appointments in 2010.
So I do a :
zmmailbox -z -m <username> s -t appointment "in:/Calendar AND (appt-start>=2010/01/01 AND appt-start<=2010/12/31) OR (appt-end>=2010/01/01 AND appt-end<=2010/12/31)"
...and get no appointments, though I now, I have appointments in 2010.
What am I doing wrong?
Kind regards
Dennis |