OfficeDev / office-js

A repo and NPM package for Office.js, corresponding to a copy of what gets published to the official "evergreen" Office.js CDN, at https://appsforoffice.microsoft.com/lib/1/hosted/office.js.
https://learn.microsoft.com/javascript/api/overview
Other
657 stars 93 forks source link

Is there a way to detect in ItemSend event if the event is a cancellation type #2641

Closed trenoncourt closed 2 years ago

trenoncourt commented 2 years ago

Hello, I'm developping an outlook addin js, i want to have different feature based on appointment itemSend type: Different api calls based on the event creation, update and cancel. I'm able to detect the difference between creation and update while adding a custom property in creation event. But not able to detect difference between update and cancel. I have checked properties of the event type and of the item type. Thanks

timwan10 commented 2 years ago

This is not possible today. We track Outlook add-in feature requests on our Tech community Page:

https://aka.ms/M365dev-suggestions

ghost commented 2 years ago

This issue has been automatically marked as stale because it is marked as needing author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. Thank you for your interest in Office Add-ins!