Detecting change in calendar items (appointment)

Add-in Express™ Support Service
That's what is more important than anything else

Detecting change in calendar items (appointment)
 
Lars Black




Posts: 5
Joined: 2005-04-03
I want to detect if the user moves or resize an appointment in the calendar - is that possible?

Cheers,
Lars
Posted 31 Mar, 2006 17:24:57 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Lars,

I think it is possible. I would recommend that you should try the following:
- handle the OnOLExplorerSelectionChange event
- connect to the Appointment item if it is selected
- handle the OnPropertyChange or OnWrite events and try to determine which properties are changed

Posted 03 Apr, 2006 07:01:34 Top