Deleting a single occurrence of the meeting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I detect the event when a single occurrence of the meeting has been
deleted? Also, if the occurrence was previously moved to other date, the
Exception object for deleted occurrence contains the date according to
recurrence pattern, but not the date where the meeting moved to. How can I
get tis date?
 
If it's deleted in an inspector, you will get a BeforeDelete event on
the appointment item. AFAIK that's the only way. The folder's Items
object will fire an ItemRemove event if it's deleted in the explorer
but it won't give you a reference to the item.

For your other question: that has not been the case in my experience.
Referencing the AppointmentItem property of the exception object, the
Start and End properties are correct even after the occurrence is
moved.

Good luck,
John
 
Back
Top