See
http://www.outlookcode.com/d/finddate.htm. The logic you need to use is backwards from what you initially expect.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Sokrat Saydahmat" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> 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.
>
>