Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Catching changes in Outlook Calendar

Status
Not open for further replies.

klamerus

Programmer
Jun 23, 2003
71
US
I want to track changes I make to my Outlook 2003 calendar via a plug-in (written in .Net).

Is there an event I can create a sink on for when I add, change or remove an appointment on my calendar?

Can anyone provide any code on it (in any language)?
 
it's actually very simple since the outlook.items "collection" can be declared withevents and then has three events add, deleted and changed. and now it's your job to react to them. if you google go for "vb.net" outlook withevents and you will find some examples in vb.net.

Christiaan Baes
Belgium

I just like this --> [Wiggle] [Wiggle]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top