Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Updating someone else's Calendar Folder
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Updating someone else's Calendar Folder
Divers
Thread ID:
00614116
Message ID:
00614116
Vues:
59
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
Répondre
Fil
Voir

Click here to load this message in the networking platform