In outlook event Edit - save option click ,i want to trigger this event in my outlook add-ins , any specific event handler is available for this save option click
I want this trigger for edited event data for updating this in salesforce , so i want this trigger on click the save button
In this case attendee and date and time edit triggers available but , In this some case user after the edit may be discard the edit ,so i am unable to use this event handlers
I want this trigger on save button click
Any thoughts about this please share
Note : My outlook add-ins developed using javascript language
Thanks in Advance
There is no UI-less function or event for that. Event based activation is described in the Configure your Outlook add-in for event-based activation article.