Hi,
I need help in filtering appointment in Outlook Calendar.
If an appointment starts from 6/14/2005 and ends 6/27/2005 (Not recurring
and not all event), when user wants to see all appointments during
6/17/2005 - 6/18/2005. I used the restriction "[start] >= '6/17/2005' and
[start] <= '6/18/2005'", this would not return the apppointment with the
start date of 6/14/2005 and end date of 6/27/2005.
Is any one can tell me how I can include that specific appointment in my
result?
sokrat.
Sue Mosher [MVP-Outlook] - 15 Jun 2005 16:15 GMT
See http://www.outlookcode.com/d/finddate.htm. The logic you need to use is backwards from what you initially expect.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Hi,
>
[quoted text clipped - 10 lines]
>
> sokrat.