I am currently opening a new Appointment form from add-in commands using " Office.context.mailbox.displayNewAppointmentForm " .
And it is working fine. But I want to track if there are any changes made to the newly opened Appointment. I tried to use item.start.getAsync() and item.end.getAsync() , but it still doesn't fetch me the times so that I can compare if there is any change.
Also tried to look into AppointmentTimeChanged event. But still no luck.
Is it possible to track these changes ?