Hi,
From within my dayview the user can move an appointment to another owner. But when the appointment is moved i need to change the appointment subject before the appointmet is actually placed in the dayview/calender.
f.i. The appointment is now by OWNERA with the subject LESSON. When the user drags this appointment to OWNERB then the subject needs to be changed automatically into LESSON CHANGED.
For some reason I can't update the subject, it always keeps the original subject after the appointment is moved.
Show us the code you are using to try and achieve this.
You should be able to use the AfterAppointmentMoved Event and reference the appointment object and change the subject
Show us the code that will give us the first hint as to where you going wrong.
Indeed I can use the AfterAppoitmentMoved event thanks, that is what I needed!