I want to get the Appointment Attendee change, Time change event in outlook calendar. https://github.com/OfficeDev/office-js-docs-pr/blob/master/docs/outlook/autolaunch.md I have referred this document. I'm able to get the OnNewMessageCompose, OnNewAppointmentOrganizer event. But unable to get the Preview events.
I have integrated my app in microsoft 365 admin center.
https://github.com/OfficeDev/PnP-OfficeAddins/tree/main/Samples/outlook-tag-external I have checked this sample project OnMessageRecipientsChanged is working fine. I tried for OnAppointmentAttendeesChanged event. Unable to get that.
Is this possible to get the OnAppointmentAttendeesChanged, OnAppointmentTimeChanged event ?