Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting outlook appointment
Message
From
18/04/2012 09:25:50
Marcus Hüneke
Heidelberger Druckmaschinen
Wiesloch, Germany
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Getting outlook appointment
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Miscellaneous
Thread ID:
01541954
Message ID:
01541954
Views:
89
Hello,

I hope somebody can help me with my problem. I try to find all appointments on a specific date (day). I want to use the find method in Outlook.

Tried :

#Define olFolderCalendar 9

set date to german
set century on
oOutlook = Createobject('outlook.application')
oNameSpace = oOutlook.getnamespace('MAPI')
oDefaultFolder=oNameSpace.GetDefaultFolder(olFolderCalendar)
oItems = oDefaultFolder.items
fromdate = "03.05.2012 00:00:00"
todate = "03.05.2012 23:59:00"
currentAppointment = oItems.Find("[START] gt " + "'" + fromdate + "'" + " and [START] lt " + "'" + todate + "'")

Sorry but replace gt with greater than and lt with lower than. Universalthread does not allow the signs.


I have tried every date/time format but nothing works. currentAppointment is always NULL

Any help is appreciated :-)
Thanks

Marcus
Next
Reply
Map
View

Click here to load this message in the networking platform