G
Guest
I am required to create a custom form which updates a SQL Database each time
an appointment item is updated. Within the calendar view, when an appointment
is dragged and dropped to another user's calendar, I need to :
a) obtain the which user's calendar the appointment has been dropped into
b) update the sql database after the drag/drop event is completed.
Using the Item_write and Item_propetychange event, it appears that the
folderID property for the appointment does not update immediately after the
drop. The folder id property only changes when the appointment item is
subsequently changed. Is there another approach i should be taking?
Any help to point me in the right direction is greatly appreciated.
an appointment item is updated. Within the calendar view, when an appointment
is dragged and dropped to another user's calendar, I need to :
a) obtain the which user's calendar the appointment has been dropped into
b) update the sql database after the drag/drop event is completed.
Using the Item_write and Item_propetychange event, it appears that the
folderID property for the appointment does not update immediately after the
drop. The folder id property only changes when the appointment item is
subsequently changed. Is there another approach i should be taking?
Any help to point me in the right direction is greatly appreciated.