Cannot be resolved atm. Microsoft does not allow any html changes in the frontend gui hence we are using a workaround: Instead of a button for the addin we are using a category that we include in the post request sent to our backend.
How to add a checkbox in Outlook Calendar event view so that I can (de-)activate my add-in?
We have developed an Outlook add-in. (The add-in exports the calendar entry information so that it can be used by us in an external system). The problem is that once the current add-in is installed, the user can only disable it by uninstalling it completely. I.e. either the export is done for all or none of the entries. But it should be possible for the user that he/she can control for which entry he/she wants to activate the add-in.
What we are trying (and failing) to do is to add a checkbox to the appointment creation view, so that the user can decide for him/herself if the add-in should be enabled for that appointment or not. (see image --> "KSS" checkbox)
Unfortunately there is no doc for this and support is very slow - has anyone here done something similar already?