calendar to access after move

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

Guest

Hi

I've made a custom calendar and form after saving the data it saves to
outlook and access for multiuse.

But if someone moves the appointment the data does not get saved to the
access backend only after opening the appointment and saving it.
(objApptItem_Write)

Is there a way to save the data after moving the appointment?

I was thinking on:
Private Sub objApptItem_PropertyChange(ByVal Name As String)

I’m not sure it's the best way and how to do this?
Examples are welcome.

Thanks
Steve
 
Am Mon, 3 Apr 2006 04:41:01 -0700 schrieb steve:

Steve, moving the appointment to another date could be tracked by
ItemChange, and moving it into another folder by ItemAdd.
 
Michael Bauer

Thanks but Itemchange is't available in a Outlook.AppointmentItem how can i
use it?

Steve

"Michael Bauer" schreef:
 
Am Mon, 3 Apr 2006 12:18:03 -0700 schrieb steve:

It´s available in the folder´s Items collection.
 
Back
Top