diggsweden / jitsi-outlook

A Jitsi plugin for outlook.
MIT License
5 stars 7 forks source link

Make the Jitsi add-in available earlier than the AppointmentOrganizerCommandSurface #2

Open Ayko1595 opened 1 year ago

Ayko1595 commented 1 year ago

Contact Details

Konstantin.ay@intunio.se

What benefits does the suggestion solve?

Currently the user has to open the AppointmentOrganizerCommandSurface, i.e. the "appointment creation" view in order to see the add-in.

Feature suggestion description

We suggest that the add-in is made available earlier in the process of creating a meeting. In this case it could be in the calendar or inbox view. This would entail the following changes:

Alternative solutions

No response

Additional information

No response

Ayko1595 commented 1 year ago

I asked a question regarding this, in the following issue on the Office.js API documentation repo:

https://github.com/OfficeDev/office-js-docs-pr/issues/1326

Ayko1595 commented 1 year ago

A comment related to this can be found in the following Stack Overflow thread that was answered by the Outlook add-ins dev team: https://stackoverflow.com/a/61415883/8232002

Ayko1595 commented 1 year ago

I added a feature request here: https://techcommunity.microsoft.com/t5/microsoft-365-developer-platform/extensionpoint-for-calendar-view-in-outlook/idi-p/3766652

Ayko1595 commented 1 year ago

This has been marked as wontfix until it has been fully implemented in the Office.js api

Philldomd commented 1 month ago

Wouldn't this be possible if we built a c# wrapper for adding a button in the ribbon? This could also include a meeting settings tab to store local meeting settings for the app to utilize. I can test it out if it's interesting

Ayko1595 commented 1 month ago

@Philldomd I don't think I fully understand how such a wrapper would work. Do you have any more details?