Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updating someone else's Calendar Folder
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Updating someone else's Calendar Folder
Miscellaneous
Thread ID:
00614116
Message ID:
00614116
Views:
58
I am trying to implement the following code, but NOT into the default Outlook calendar, but someone elses that I have on my Outlook folder list. Does anyone know what I need to add???
thanks in advance...



oOL = CreateObject("Outlook.Application")
oAppt = oOL.CreateItem(1) && olAppointmentItem
oAppt.Subject = "Let's go to Hooters"
oAppt.Location = "Hooters @ Wurzbach"
oAppt.Start = {^2001/09/14 14:00:00}
oAppt.End = {^2001/09/14 15:00:00}
oAppt.Display
Frederick Kusin
NetBase Development Group
3746 Folsom Street
San Francisco, CA. 94110
www.netbasegroup.com
Reply
Map
View

Click here to load this message in the networking platform