Skip to main content

Outlook Plugin

πŸ“„PDF

Outlook Add-in​

Overview​

The YuChat add-in for Microsoft Outlook lets you create YuChat call rooms directly from your email client when scheduling meetings.

The plugin is supported on Outlook on the web (OWA), Outlook for Windows, and Outlook for Mac (both Legacy/Classic and New).

Getting the Manifest​

The manifest is an XML file Outlook uses to locate and load the add-in. Request the manifest distribution from the YuChat team or via YuChat Support, then save it locally β€” for example, in a yuchat-outlook-add-in folder.

note

The domain referenced in the manifest must serve the built assets (taskpane, JS, icons) over HTTPS with a trusted certificate. Outlook rejects self-signed certificates.

Outlook on the Web (OWA)​

Works for any account using outlook.office.com.

  1. Open https://outlook.live.com/mail/inclientstore (alternative link: https://aka.ms/olksideload).
  2. Sign in with the Microsoft 365 account that needs the add-in.
  3. Select My add-ins β†’ Custom add-ins β†’ + Add a custom add-in β†’ Add from file…
  4. Pick the manifest XML file and confirm the trust prompt.
  5. The add-in appears when you compose a new meeting or calendar event.
tip

Add-ins sideloaded via OWA sync to desktop Outlook on the same account, usually after a full client restart (Cmd+Q or Quit). This is often the easiest path on both Windows and Mac.

Outlook for Windows​

From the Ribbon​

  1. Open Outlook and sign in with the account that needs the add-in.

  2. On the ribbon, go to Home β†’ All Apps. If your Outlook uses the simplified ribbon, click the ellipsis ( ... ) on the ribbon and select All Apps.

    note
    • Starting with Outlook for Windows version 2303 (build 16215.10000), All Apps replaces Get Add-ins on the ribbon for managing installed add-ins and accessing the Office Store. On earlier Outlook versions, you'll see Get Add-ins instead.
    • If All Apps isn't on the ribbon, your administrator may have disabled add-ins for your organization.
  3. Depending on your Outlook version or account type, click Add Apps or Get Add-ins.

    tip

    If neither Add Apps nor Get Add-ins is available, open the Outlook add-ins page directly: https://outlook.live.com/mail/inclientstore (Source: learn.microsoft.com)

  4. In the Outlook Add-ins window, open the My Add-ins tab.

  5. At the bottom of My Add-ins, click Add Custom Add-in β†’ Add from File.

  6. Select the manifest XML file.

  7. Click Install.

  8. Restart Outlook.

Via Microsoft 365 Admin Center (For Admins)​

To deploy the add-in centrally to users in your organization:

  1. Go to Microsoft 365 Admin Center β†’ Settings β†’ Integrated apps β†’ Upload custom apps.
  2. Choose Office Add-in and upload the manifest XML file.
  3. Assign the add-in to the target users or groups.
  4. Users need to sign out and back in for the add-in to appear.

Outlook for Mac​

Works for both Legacy/Classic and New Outlook for Mac.

  1. Follow the steps in Outlook on the Web (OWA).
  2. Quit Outlook for Mac completely with Cmd+Q (don't just close the window).
  3. Reopen Outlook and wait 30–60 seconds while the client syncs the add-in list from the server.
  4. Create a new calendar event β€” the YuChat button should appear on the ribbon.

B. Legacy/Classic Outlook for Mac β€” WEF Folder​

Only works in Legacy/Classic Outlook for Mac, not in New Outlook for Mac.

  1. In Finder, open Go β†’ Go to Folder… (or press Shift+Cmd+G).
  2. Paste this path:
    ~/Library/Containers/com.microsoft.Outlook/Data/Documents/
  3. If there's no wef folder, create one (right-click β†’ New Folder β†’ wef).
  4. Drag the manifest XML file into wef/. Optionally rename it to something recognizable, such as yuchat-schedule-call.xml. Enter your macOS password if prompted.
  5. Quit Outlook (Cmd+Q) and reopen it.

C. New Outlook for Mac​

New Outlook for Mac doesn't include an in-app add-in manager and relies on OWA. Use the A. Via OWA path.

You can tell which mode you're in via the toggle in the top-left of the Outlook window (New Outlook vs Legacy Outlook).

Using the Plugin​

  1. In Outlook, click New β†’ Event on the Home tab.
  2. In the new event window, click YuChat for Outlook on the top toolbar and sign in to YuChat in the dialog that opens.
  3. Choose the workspace where the call room will be created.
  4. Enter a name in the Call Name field.
  5. Set Call Visibility to Public or Private.
  6. Set Call Link Valid For to Unlimited, 1 day, 7 days, or 30 days.
  7. Set Who Can Access the Call to define who can join.
  8. Click Create.

The call room is created in YuChat and attached to your Outlook event.

Verifying the Install​

  1. Compose a new meeting or calendar event β€” the add-in shows up on the meeting compose ribbon.
  2. Click the YuChat Schedule Call button.
  3. The add-in task pane opens on the right.

Updating to a New Version​

Outlook caches add-in manifests and assets aggressively. To pick up a new version:

  1. Request the latest manifest from the YuChat team or via YuChat Support.
  2. Re-upload the manifest using any of the methods above (OWA, the Outlook ribbon, or the Admin Center).
  3. Fully quit Outlook (Cmd+Q or Quit) and reopen it.

Troubleshooting​

  • The YuChat button is missing from the ribbon. Make sure the ribbon is expanded (the ^ icon in the upper-right corner of the event window) and confirm you're in a new meeting compose window, not an existing one.
  • Manifest rejected on upload. The manifest must be served over HTTPS with a trusted certificate. Outlook refuses self-signed or expired certificates.
  • "Operation not permitted" when copying to ~/Library/Containers/... on Mac. Use the Finder method (see Legacy/Classic Outlook for Mac β€” WEF Folder) or grant Terminal Full Disk Access in System Settings β†’ Privacy & Security β†’ Full Disk Access.
  • Stale UI in Outlook. Fully quit Outlook (Cmd+Q) and reopen. In OWA, you can also remove the entry from My add-ins and re-add the manifest.
  • Manifest parse errors on Mac. Open Console.app and filter logs by Outlook β€” the client logs manifest validation errors at startup.
  • The add-in disappears after Mac wakes from sleep. Outlook for Mac sometimes loses the WEF folder registration. Re-copy the manifest into wef/ and restart Outlook.