![]() |
| 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. |
|
|||||||
| Tags: api, calendar, outlook |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi all,
I am writing a small C application which needs to respond to the event generated when an appointment is created in outlook calendar. So I want to know if there is anyway of getting this information from outlook, perhaps, some API... Some C code snippet giving an example will be most helpful.... Thank you |
| Ads |
|
#2
|
|||
|
|||
|
The API is the Outlook object model. Use the ItemAdd event for that
particular Calendar folder's Items collection. There are some C++ samples for Outlook coding at www.outlookcode.com and some in the MSDN library but there are a lot more samples for VB/VBA. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm wrote in message ups.com... Hi all, I am writing a small C application which needs to respond to the event generated when an appointment is created in outlook calendar. So I want to know if there is anyway of getting this information from outlook, perhaps, some API... Some C code snippet giving an example will be most helpful.... Thank you |
|
#3
|
|||
|
|||
|
hey thanks a lot Ken... Actually I searched extensively for C or C++
examples but dint get any... So i think i ll have to get it done with VB only... Thanks again for the help |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| replace the outlook today calendar folder with another calendar f. | Pappy | Outlook - General Queries | 3 | February 15th 06 08:19 PM |
| Outlook 2002: Opening appointment in Shared Calendar causes it to be copied into your own calendar | QH | Outlook - General Queries | 1 | February 3rd 06 02:45 PM |
| Outlook 2002 appointment sent to public folder calendar gets puts in someone elses calendar instead | QH | Outlook - General Queries | 0 | January 30th 06 02:02 PM |
| can I transfer Works calendar to Outlook calendar | claybird | Outlook - General Queries | 1 | January 13th 06 07:57 PM |
| Transfer all calendar items from PST calendar to Inbox calendar | Milly Staples [MVP - Outlook] | Outlook - General Queries | 0 | January 7th 06 06:15 PM |