![]() |
Outlook Calendar API
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 |
Outlook Calendar API
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 |
Outlook Calendar API
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 |
All times are GMT +1. The time now is 03:35 PM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com