Skip to content

quire-io/Quire-for-Outlook-add-in

Repository files navigation

Quire for Outlook add-in

Transform emails into action items in Quire.

How to dev

on Mac

  1. create .env file contains the following variable
CLIENT_ID = client-id
CLIENT_SECRET = client-secret
HOST_URL = add-in-hosting-cdn-url
QUIRE_URL = quire-url
  1. edit manifest.xml, put the urls into <AppDomains>
<AppDomains><!-- ! Add-in domains -->
  <AppDomain>QUIRE_URL</AppDomain>
  <AppDomain>HOST_URL</AppDomain>
</AppDomains>
  1. Upload manifest.xml to outlook manually, Guide

  2. Do npm run dev-server to host dev server

Where to upload the manifest.xml

outlook

  1. open a message

  2. click on Get add-ins

image

  1. My add-ins -> Custom Addins -> Add a Custom add-in -> Add from file... image

  2. upload manifest.xml