H
hedgefence
I need a way to hook Outlook.AppointmentItem.Write when an item is dropped on
a new day/time in the calendar.
I currently hook the Inspectors.newinspector event and then hook
Outlook.AppointmentItem.Write if I'm on the correct form - my custome form
that is.
In most cases, this path works. Every change to and object goes through the
newinspector event - New inspectors, even direct editing the item through the
calender view causes the new inspector event to fire - it looks like it's
just missing on the drag/drop events.
This is not the case with the calendar drag opperation. I have tried
Explorer.Selection change - that looked prommising, but the selection is
empty when this event fires so there's no way that I've found to intercept
Outlook.AppointmentItem.Write in this case.
Please provide an alternative method to hook Outlook.AppointmentItem.Write
after a drag occurs in the calendar.
a new day/time in the calendar.
I currently hook the Inspectors.newinspector event and then hook
Outlook.AppointmentItem.Write if I'm on the correct form - my custome form
that is.
In most cases, this path works. Every change to and object goes through the
newinspector event - New inspectors, even direct editing the item through the
calender view causes the new inspector event to fire - it looks like it's
just missing on the drag/drop events.
This is not the case with the calendar drag opperation. I have tried
Explorer.Selection change - that looked prommising, but the selection is
empty when this event fires so there's no way that I've found to intercept
Outlook.AppointmentItem.Write in this case.
Please provide an alternative method to hook Outlook.AppointmentItem.Write
after a drag occurs in the calendar.