Search code examples
eventsoutlook-web-addins

Outlook addin: Receive events in addin code (js files)


I am developing an add in for Outlook 365 (2 buttons: 1 action and 1 task pane), and I have some doubts:

  1. Is it possible to receive an Outlook event in my addin (js code) when an appointment is changed? For example if I change manually an appointment duration.

  2. When I remove an event in the Outlook, is it possible to receive an event somehow before the event is removed?

Thanks, Diego


Solution

    1. Yes, for your example you can use an AppointmentTimeChanged event that triggers when any date or time of the selected appointment or series is changed in Outlook.
    2. Currently receiving an event before an event is removed is not a part of the product. We track Outlook add-in feature requests on our user-voice page. Please add your request there. Feature requests on user-voice are considered, when we go through our planning process.