![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi, I am trying to insert a series of events into outlook calendar.
I have built a basic addin and been able to grab things from soap server. yet I have tried few ideas to insert them into outlook calendar. none successful. would anyone here be able to enlighten me on this? thanks |
Ads |
#2
|
|||
|
|||
![]()
What have you tried? What code have you used?
All you need to do is use CreateItem(olAppointmentItem) to create a new appointment in the default calendar, then you set its properties. The source of the data is not relevant, you just take whatever data you have and use that for appointment data. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "George_Zz" wrote in message ... Hi, I am trying to insert a series of events into outlook calendar. I have built a basic addin and been able to grab things from soap server. yet I have tried few ideas to insert them into outlook calendar. none successful. would anyone here be able to enlighten me on this? thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Attachment Array? | hlock | Outlook and VBA | 5 | November 18th 09 10:33 AM |
Using Array for Attachments? | hlock | Outlook and VBA | 1 | November 17th 09 07:33 PM |
Read all folders into an array | Martin@att | Outlook and VBA | 2 | November 5th 08 05:07 PM |
iterating an array | Jade | Outlook and VBA | 1 | July 9th 08 09:11 PM |
Array Problems | Dan Allason | Outlook - Using Forms | 2 | February 21st 07 04:43 PM |