<?xml version="1.0" encoding="utf-8"?>
<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">
  <!--IMPORTANT! Id must be unique for each add-in. If you copy this manifest ensure that you change this id to your own GUID. -->
  <Id>171E76EF-D73E-567F-ADAE-5A76B39052CF</Id>
  <Version>5.4.6</Version>
  <ProviderName>Sangoma</ProviderName>
  <DefaultLocale>en-us</DefaultLocale>
  <DisplayName DefaultValue="Sangoma Meet" />
  <Description DefaultValue="Schedule Sangoma Meet events within your Microsoft Outlook calendar." />
  <IconUrl DefaultValue="https://meet.sangoma.com/apps/outlook/5.4.6/assets/ico/64.png" />
  <HighResolutionIconUrl DefaultValue="https://meet.sangoma.com/apps/outlook/5.4.6/assets/ico/128.png" />
  <SupportUrl DefaultValue="https://support.sangoma.com/" />
  <Hosts>
    <Host Name="Mailbox" />
  </Hosts>
  <Requirements>
    <Sets DefaultMinVersion="1.1">
      <Set Name="Mailbox" />
    </Sets>
  </Requirements>

  <FormSettings>
    <Form xsi:type="ItemEdit">
      <DesktopSettings>
        <SourceLocation DefaultValue="https://meet.sangoma.com/apps/outlook/5.4.6/app.html" />
      </DesktopSettings>
    </Form>
  </FormSettings>

  <Permissions>ReadWriteItem</Permissions>
  <Rule xsi:type="RuleCollection" Mode="Or">
    <Rule xsi:type="ItemIs" ItemType="Appointment" FormType="Edit" />
    <Rule xsi:type="ItemIs" ItemType="Appointment" FormType="Read" />
  </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>
          <ExtensionPoint xsi:type="AppointmentOrganizerCommandSurface">
            <OfficeTab id="TabDefault">
              <Group id="grpComposeSangoma">
                <Label resid="grpAppLabel" />
                <!-- Task pane button -->
                <Control xsi:type="Button" id="cmdEditPane">
                  <Label resid="cmdEditPaneLabel" />
                  <Supertip>
                    <Title resid="cmdEditPaneTitle" />
                    <Description resid="cmdEditPaneDescription" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="sangoma16" />
                    <bt:Image size="32" resid="sangoma32" />
                    <bt:Image size="80" resid="sangoma80" />
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <SourceLocation resid="appUrl" />
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="sangoma16" DefaultValue="https://meet.sangoma.com/apps/outlook/5.4.6/assets/ico/16.png" />
        <bt:Image id="sangoma32" DefaultValue="https://meet.sangoma.com/apps/outlook/5.4.6/assets/ico/32.png" />
        <bt:Image id="sangoma80" DefaultValue="https://meet.sangoma.com/apps/outlook/5.4.6/assets/ico/80.png" />
      </bt:Images>
      <bt:Urls>
        <bt:Url id="appUrl" DefaultValue="https://meet.sangoma.com/apps/outlook/5.4.6/app.html" />
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="grpAppLabel" DefaultValue="Sangoma">
        </bt:String>
        <bt:String id="cmdEditPaneLabel" DefaultValue="Invite to Meet">
        </bt:String>
        <bt:String id="cmdEditPaneTitle" DefaultValue="Manage Sangoma Meet info">
        </bt:String>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="cmdEditPaneDescription" DefaultValue="Manage Sangoma Meet info">
        </bt:String>
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
