<?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>a871c0d4-ea1f-4ab0-b2db-0c48c760b591</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>Airspeed</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="Airspeed"/>
  <Description DefaultValue="Add Airspeed meeting to calendar event."/>
  <IconUrl DefaultValue="https://app.goairspeed.com/outlook-addin/assets/icon-64.png"/>
  <HighResolutionIconUrl DefaultValue="https://app.goairspeed.com/outlook-addin/assets/icon-128.png"/>
  <SupportUrl DefaultValue="https://goairspeed.com"/>
  <AppDomains>
    <AppDomain>https://goairspeed.com</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://app.goairspeed.com/outlook-addin/commands.html"/>
        <RequestedHeight>250</RequestedHeight>
      </DesktopSettings>
    </Form>
  </FormSettings>
  <Permissions>ReadWriteItem</Permissions>
  <Rule xsi:type="RuleCollection" Mode="Or">
    <Rule xsi:type="ItemIs" ItemType="Appointment" FormType="Edit"/>
  </Rule>
  <VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides" xsi:type="VersionOverridesV1_0">
    <VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides/1.1" xsi:type="VersionOverridesV1_1">
      <Requirements>
        <bt:Sets DefaultMinVersion="1.3">
          <bt:Set Name="Mailbox"/>
        </bt:Sets>
      </Requirements>
      <Hosts>
        <Host xsi:type="MailHost">
          <DesktopFormFactor>
            <FunctionFile resid="Commands.Url"/>
            <ExtensionPoint xsi:type="AppointmentOrganizerCommandSurface">
              <OfficeTab id="TabDefault">
                <Group id="msgComposeGroup">
                  <Label resid="GroupLabel"/>
                  <Control xsi:type="Menu" id="msgComposeMenu">
                    <Label resid="MenuButton.Label"/>
                    <Supertip>
                      <Title resid="MenuButton.Label"/>
                      <Description resid="MenuButton.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>
                    <Items>
                      <Item id="addAirspeedMeetingItem">
                        <Label resid="AddAirspeedMeeting.Label"/>
                        <Supertip>
                          <Title resid="AddAirspeedMeeting.Label"/>
                          <Description resid="AddAirspeedMeeting.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="ExecuteFunction">
                          <FunctionName>createAirspeedMeeting</FunctionName>
                        </Action>
                      </Item>
                    </Items>
                  </Control>

                </Group>
              </OfficeTab>
            </ExtensionPoint>
          </DesktopFormFactor>
        </Host>
      </Hosts>
      <Resources>
        <bt:Images>
          <bt:Image id="Icon.16x16" DefaultValue="https://app.goairspeed.com/outlook-addin/assets/icon-16.png"/>
          <bt:Image id="Icon.32x32" DefaultValue="https://app.goairspeed.com/outlook-addin/assets/icon-32.png"/>
          <bt:Image id="Icon.80x80" DefaultValue="https://app.goairspeed.com/outlook-addin/assets/icon-80.png"/>
        </bt:Images>
        <bt:Urls>
          <bt:Url id="Commands.Url" DefaultValue="https://app.goairspeed.com/outlook-addin/commands.html"/>
        </bt:Urls>
        <bt:ShortStrings>
          <bt:String id="GroupLabel" DefaultValue="Airspeed"/>
          <bt:String id="MenuButton.Label" DefaultValue="Airspeed"/>
          <bt:String id="AddAirspeedMeeting.Label" DefaultValue="Add Airspeed meeting"/>
        </bt:ShortStrings>
        <bt:LongStrings>
          <bt:String id="MenuButton.Tooltip" DefaultValue="Airspeed meeting options"/>
          <bt:String id="AddAirspeedMeeting.Tooltip" DefaultValue="Add Airspeed meeting to calendar event."/>
        </bt:LongStrings>
      </Resources>
      <WebApplicationInfo>
        <Id>e50c7b2f-b69b-446c-81cd-737cb13fc1c3</Id>
        <Resource>api://app.goairspeed.com/outlook-addin/e50c7b2f-b69b-446c-81cd-737cb13fc1c3</Resource>
        <Scopes>
          <Scope>profile</Scope>
          <Scope>openid</Scope>
        </Scopes>
      </WebApplicationInfo>
    </VersionOverrides>
  </VersionOverrides>
</OfficeApp>
