Outlook Web Addin, appointment - outlook

I have previously been asking about add-in in this section of Outlook, but I have a new requirement now that I can't seem to figure out how to address.
I have a button that appears on appointments for both Organizer and Attendee. The button works as intended for both parties.
However, we have now been made aware that there are several users who are working with shared calendars, in which they are not Organizer nor Attendee.
For these users the button is visible but it is in a "disabled" state and can not be clicked.
So my question is: How do I configure the button (I expect it can be done in the manifest somehow) so that it is also available for people looking at shared calendars (aka not as organizer nor as attendee).
Any help is appreciated, thanks ;)

This is not possible today.
However, we track Outlook add-in feature requests on our user-voice page.
It looks like the feature you want has been requested by others already. Please upvote the existing request.
Feature requests on user-voice are considered when we go through our planning process.
[Outlook Add-ins Engineering Team]

Related

Outlook Add-in - Dynamic Control Button Highlight On Click

I developed an add-in built with yo generator (Node.js) that works as a configurator which enables the outlook compose to enable/disable sending a copy of the new email to a custom url on-send.
There's a control button added that says 'Toggle Send to cCRM' but I would prefer a toggle text dynamically from 'Enable send to cCRM' to 'Disable send to cCRM' and vice-versa when clicking the control button to improve UI experience. Is it possible to accomplish?
Nope. Toggle buttons as well as callbacks are not supported in web add-ins. See Control types for more information.
Feature requests on Tech Community are considered, when the dev team go through the planning process. Use the github label: “Type: product feature request” at https://aka.ms/M365dev-suggestions .
Currently the feature to dynamically change the icon in the ribbon, you requested, is not a part of the product. We track Outlook add-in feature requests on our Tech Community Page. Please submit your request there and choose the appropriate label(s). Feature requests on Tech Community are considered, when we go through our planning process.

Call control in Teams tab

I've seen some screenshots suggesting that it is possible to accept / hold / reject / hangup a call from within a tab in the Teams client. However, i cannot find any reference about such capabilities. I thought of deeplinks or the javascript client SDK, but either I am not looking good enough, or it just isn't there.
Does anyone know if and if so, how this is possible?
This item remains on the backlog in Teams UserVoice,
Microsoft will always focus on customer’s feedback and experience, some new features would be added to the services based on customers' feedback in the future, we also recommend you give your new idea in Teams UserVoice

How to show Office addin taskpane icon default in message surface?

Latest office add-in icons showing in the the overflow menu in the outlook explorer view. But I want to show this in default without setting any mail settings. ( check the attach image, I want show task bar button shows in the message surface area )
Do I need to add any changes in manifest file ?
We currently do not support pinning on an email surface from the Manifest. It can only be done through the settings option inside of Outlook Web app and is specific to the client. Add-ins are also pinned on the email surface by default when installing from the marketplace from Outlook Web App (unless the user specifically unpins it)
Currently the feature you requested, 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.
https://officespdev.uservoice.com/forums/224641-general/category/131778-outlook-add-ins

How i can add button to main menu not inside message

How to add button to main menu behind "Mark all as read"
instead of showing button inside email body read document but it doesn't help me to find solution,
You cannot get your add-in icon displayed in any place you like. The add-in controls are defined by manifest and displayed in predefined locations of particular client (Outlook Web, Outlook desktop for Windows or Mac, Mobile). Up to developers (Microsoft team) to define the place where the add-in controls will be displayed.
EDIT:
There are two places where add-ins may appear in the client interface. This depends on what type of add-in you have created. There are command add-in and contextual add-in. Both of them will appear somewhat in the space of the message view anyway. The following are examples of where they appear withing the interface ...
And for web view ...
To read more on Outlook add-ins Extension points got to Outlook Add-ins overview article.
Currently the feature you requested is not a part of the product. However, 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.

How can I get an Outlook Office Addin using the Office UI Fabric to pick up the users current theme in OWA

I'm using the primary theme colours from Office UI Fabric Core, but no matter which theme I change to in Outlook Web Access my add-in colors don't change. It's constantly using the default blue.
I've tried clear browser history/cache, different users, different browsers, different machines.
When displaying an Outlook Add-in in OWA the add-in is displayed in its own sandboxed iframe (if this helps someone who knows how the dynamic theme mechanism is suppose to work).
Office UI Fabric team member here. Sorry for the incredibly long delay, I'm just now seeing questions about Fabric on SO.
This question has come up a number of other times and is a scenario we hope to address soon. I don't have a great answer for when we can enable picking up & applying specific Office client themes, but know that this is important for us to support in our own product scenarios, so I'd expect to see developments here soon. We'll be working with specific product teams to figure out the best way to handle this from a technical perspective.
That said, in the meantime, it is actually possible to load themed styles in Fabric-React today that should give you an indicator of what the solution might look like: try changing a theme color like themePrimary on this page, then view a component like Button to see that change reflected there. I imagine the solution we end up with will look similar to this.

Resources