mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-19 14:56:48 +00:00
4548f69de8
Provide the minimal components required to support an Outlook add-in: user authentication, JWT retrieval, and API calls to generate meeting links. This implementation is an early alpha: developer experience is limited, documentation is incomplete, and the solution is not white-labeled. It's too early to consider these parts ready to ship into production. As a result, it is currently only available within the DINUM frontend image.
191 lines
8.9 KiB
XML
191 lines
8.9 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0" xmlns:mailappor="http://schemas.microsoft.com/office/mailappversionoverrides/1.0" xsi:type="MailApp">
|
|
<Id>a025f0f6-757a-4790-97f3-99c66c4a5795</Id>
|
|
<Version>0.0.1.0</Version>
|
|
<ProviderName>__APP_NAME__</ProviderName>
|
|
<DefaultLocale>fr-FR</DefaultLocale>
|
|
<DisplayName DefaultValue="__APP_NAME__"/>
|
|
<Description DefaultValue="Ajoutez facilement un lien de réunion __APP_NAME__ à vos emails et événements Outlook."/>
|
|
<IconUrl DefaultValue="https://localhost:3000/assets/icon-64.png"/>
|
|
<HighResolutionIconUrl DefaultValue="https://localhost:3000/assets/icon-128.png"/>
|
|
<SupportUrl DefaultValue="https://lasuite.crisp.help/fr/category/visio-15sakkg/"/>
|
|
<AppDomains>
|
|
<AppDomain>https://localhost:3000/</AppDomain>
|
|
</AppDomains>
|
|
<Hosts>
|
|
<Host Name="Mailbox"/>
|
|
</Hosts>
|
|
<Requirements>
|
|
<Sets>
|
|
<Set Name="Mailbox" MinVersion="1.1"/>
|
|
</Sets>
|
|
</Requirements>
|
|
<FormSettings>
|
|
<Form xsi:type="ItemRead">
|
|
<DesktopSettings>
|
|
<SourceLocation DefaultValue="https://localhost:3000/taskpane.html"/>
|
|
<RequestedHeight>250</RequestedHeight>
|
|
</DesktopSettings>
|
|
</Form>
|
|
<Form xsi:type="ItemEdit">
|
|
<DesktopSettings>
|
|
<SourceLocation DefaultValue="https://localhost:3000/taskpane.html"/>
|
|
</DesktopSettings>
|
|
</Form>
|
|
</FormSettings>
|
|
<Permissions>ReadWriteItem</Permissions>
|
|
<Rule xsi:type="RuleCollection" Mode="Or">
|
|
<Rule xsi:type="ItemIs" ItemType="Message" FormType="Read"/>
|
|
<Rule xsi:type="ItemIs" ItemType="Message" FormType="Edit"/>
|
|
<Rule xsi:type="ItemIs" ItemType="Appointment" FormType="Edit"/>
|
|
</Rule>
|
|
<DisableEntityHighlighting>false</DisableEntityHighlighting>
|
|
<VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides" xsi:type="VersionOverridesV1_0">
|
|
<Requirements>
|
|
<bt:Sets DefaultMinVersion="1.3">
|
|
<bt:Set Name="Mailbox"/>
|
|
</bt:Sets>
|
|
</Requirements>
|
|
<Hosts>
|
|
<Host xsi:type="MailHost">
|
|
<DesktopFormFactor>
|
|
<FunctionFile resid="Commands.Url"/>
|
|
|
|
<!-- ─── Mail: Read ─────────────────────────────────────────── -->
|
|
<ExtensionPoint xsi:type="MessageReadCommandSurface">
|
|
<OfficeTab id="TabDefault">
|
|
<Group id="msgReadGroup">
|
|
<Label resid="GroupLabel"/>
|
|
<Control xsi:type="Button" id="msgReadOpenPaneButton">
|
|
<Label resid="TaskpaneButton.Label"/>
|
|
<Supertip>
|
|
<Title resid="TaskpaneButton.Label"/>
|
|
<Description resid="TaskpaneButton.Tooltip"/>
|
|
</Supertip>
|
|
<Icon>
|
|
<bt:Image size="16" resid="Icon.16x16"/>
|
|
<bt:Image size="32" resid="Icon.32x32"/>
|
|
<bt:Image size="80" resid="Icon.80x80"/>
|
|
</Icon>
|
|
<Action xsi:type="ShowTaskpane">
|
|
<SourceLocation resid="Taskpane.Url"/>
|
|
</Action>
|
|
</Control>
|
|
</Group>
|
|
</OfficeTab>
|
|
</ExtensionPoint>
|
|
|
|
<!-- ─── Mail: Compose ─────────────────────────────────────── -->
|
|
<ExtensionPoint xsi:type="MessageComposeCommandSurface">
|
|
<OfficeTab id="TabDefault">
|
|
<Group id="msgComposeGroup">
|
|
<Label resid="GroupLabel"/>
|
|
<Control xsi:type="Button" id="msgComposeGenerateLinkButton">
|
|
<Label resid="GenerateLink.Label"/>
|
|
<Supertip>
|
|
<Title resid="GenerateLink.Label"/>
|
|
<Description resid="GenerateLink.Tooltip"/>
|
|
</Supertip>
|
|
<Icon>
|
|
<bt:Image size="16" resid="Add.16x16"/>
|
|
<bt:Image size="32" resid="Add.32x32"/>
|
|
<bt:Image size="80" resid="Add.80x80"/>
|
|
</Icon>
|
|
<Action xsi:type="ExecuteFunction">
|
|
<FunctionName>generateMeetingLinkFromMail</FunctionName>
|
|
</Action>
|
|
</Control>
|
|
<Control xsi:type="Button" id="msgComposeOpenPaneButton">
|
|
<Label resid="TaskpaneButton.Label"/>
|
|
<Supertip>
|
|
<Title resid="TaskpaneButton.Label"/>
|
|
<Description resid="TaskpaneButton.Tooltip"/>
|
|
</Supertip>
|
|
<Icon>
|
|
<bt:Image size="16" resid="Settings.16x16"/>
|
|
<bt:Image size="32" resid="Settings.32x32"/>
|
|
<bt:Image size="80" resid="Settings.80x80"/>
|
|
</Icon>
|
|
<Action xsi:type="ShowTaskpane">
|
|
<SourceLocation resid="Taskpane.Url"/>
|
|
</Action>
|
|
</Control>
|
|
</Group>
|
|
</OfficeTab>
|
|
</ExtensionPoint>
|
|
|
|
<!-- ─── Calendar: Compose (New/Edit appointment) ──────────── -->
|
|
<ExtensionPoint xsi:type="AppointmentOrganizerCommandSurface">
|
|
<OfficeTab id="TabDefault">
|
|
<Group id="apptComposeGroup">
|
|
<Label resid="GroupLabel"/>
|
|
<Control xsi:type="Button" id="apptGenerateLinkButton">
|
|
<Label resid="GenerateLink.Label"/>
|
|
<Supertip>
|
|
<Title resid="GenerateLink.Label"/>
|
|
<Description resid="GenerateLink.Tooltip"/>
|
|
</Supertip>
|
|
<Icon>
|
|
<bt:Image size="16" resid="Add.16x16"/>
|
|
<bt:Image size="32" resid="Add.32x32"/>
|
|
<bt:Image size="80" resid="Add.80x80"/>
|
|
</Icon>
|
|
<Action xsi:type="ExecuteFunction">
|
|
<FunctionName>generateMeetingLinkFromCalendar</FunctionName>
|
|
</Action>
|
|
</Control>
|
|
|
|
<Control xsi:type="Button" id="apptOpenSettingsButton">
|
|
<Label resid="OpenSettings.Label"/>
|
|
<Supertip>
|
|
<Title resid="OpenSettings.Label"/>
|
|
<Description resid="OpenSettings.Tooltip"/>
|
|
</Supertip>
|
|
<Icon>
|
|
<bt:Image size="16" resid="Settings.16x16"/>
|
|
<bt:Image size="32" resid="Settings.32x32"/>
|
|
<bt:Image size="80" resid="Settings.80x80"/>
|
|
</Icon>
|
|
<Action xsi:type="ShowTaskpane">
|
|
<SourceLocation resid="Taskpane.Url"/>
|
|
</Action>
|
|
</Control>
|
|
|
|
</Group>
|
|
</OfficeTab>
|
|
</ExtensionPoint>
|
|
|
|
</DesktopFormFactor>
|
|
</Host>
|
|
</Hosts>
|
|
<Resources>
|
|
<bt:Images>
|
|
<bt:Image id="Settings.16x16" DefaultValue="https://localhost:3000/assets/settings-16.png"/>
|
|
<bt:Image id="Settings.32x32" DefaultValue="https://localhost:3000/assets/settings-32.png"/>
|
|
<bt:Image id="Settings.80x80" DefaultValue="https://localhost:3000/assets/settings-80.png"/>
|
|
<bt:Image id="Add.16x16" DefaultValue="https://localhost:3000/assets/add-16.png"/>
|
|
<bt:Image id="Add.32x32" DefaultValue="https://localhost:3000/assets/add-32.png"/>
|
|
<bt:Image id="Add.80x80" DefaultValue="https://localhost:3000/assets/add-80.png"/>
|
|
<bt:Image id="Icon.16x16" DefaultValue="https://localhost:3000/assets/icon-16.png"/>
|
|
<bt:Image id="Icon.32x32" DefaultValue="https://localhost:3000/assets/icon-32.png"/>
|
|
<bt:Image id="Icon.80x80" DefaultValue="https://localhost:3000/assets/icon-80.png"/>
|
|
</bt:Images>
|
|
<bt:Urls>
|
|
<bt:Url id="Commands.Url" DefaultValue="https://localhost:3000/commands.html"/>
|
|
<bt:Url id="Taskpane.Url" DefaultValue="https://localhost:3000/taskpane.html"/>
|
|
</bt:Urls>
|
|
<bt:ShortStrings>
|
|
<bt:String id="GroupLabel" DefaultValue="__APP_NAME__"/>
|
|
<bt:String id="TaskpaneButton.Label" DefaultValue="Ouvrir les paramètres"/>
|
|
<bt:String id="GenerateLink.Label" DefaultValue="Ajouter un lien __APP_NAME__"/>
|
|
<bt:String id="OpenSettings.Label" DefaultValue="Paramètres"/>
|
|
</bt:ShortStrings>
|
|
<bt:LongStrings>
|
|
<bt:String id="TaskpaneButton.Tooltip" DefaultValue="Ouvre les paramètres de connexion __APP_NAME__."/>
|
|
<bt:String id="GenerateLink.Tooltip" DefaultValue="Génère un lien de réunion __APP_NAME__ et l'insère dans l'événement."/>
|
|
<bt:String id="OpenSettings.Tooltip" DefaultValue="Ouvre les paramètres de connexion __APP_NAME__."/>
|
|
</bt:LongStrings>
|
|
</Resources>
|
|
</VersionOverrides>
|
|
</OfficeApp>
|