Coder Social home page Coder Social logo

Comments (8)

mobisw-msft avatar mobisw-msft commented on August 10, 2024

Hey @SE-Hubert ,

Can you please share the manifest with us, as well as the tenant information? (edit: addition) Does this add-in not show up only in Mac (as an admin managed add-in), or is this a behaviour you see across platforms?

from office-js.

SE-Hubert avatar SE-Hubert commented on August 10, 2024

from office-js.

SE-Hubert avatar SE-Hubert commented on August 10, 2024

The add-in doesn't show up only on the Mac application as admin managed or as a side load.
If I access it on a web browser on a Mac, everything works accordingly. Its really only on the Mac application

from office-js.

SE-Hubert avatar SE-Hubert commented on August 10, 2024

From what I was able to debug, it may be link to the LauchEvents preventing my add-in to be shown correctly.

from office-js.

1TheMuffinMan avatar 1TheMuffinMan commented on August 10, 2024

From reading in another issue + my own experience the javascript engine used in the smart events (your UI-less function file) for Outlook on Windows or Mac is not a modern javascript engine. It's not clear exactly what its capabilities are, but it's pretty basic. I took a look at your function file and I see you're using let keyword. That is a feature of ES6? Doubt it's supported.

In Outlook on the web your UI-less function file gets run in the browser so you can use all the juicy features no problem.

It would be great to get a hold of some documentation of what the JS engine is capable of on the desktop versions so that we can write the source code in typescript and compile it to javascript that works. I fear that writing any real world code for this JS engine by hand will be too cumbersome.

from office-js.

SE-Hubert avatar SE-Hubert commented on August 10, 2024

The thing is that I was able to make it work on the Windows new Outlook application with no problems, its only on the Mac desktop app that its not working. Also, I was able to modify my addin so that it would show up on the Mac application, but I had to remove the LaunchEvents from the manifest and they provide crucial information for our add-in to work.

My guess is that its an error with the LaunchEvents on Mac.

from office-js.

NickLWMP avatar NickLWMP commented on August 10, 2024

@SE-Hubert I should have clarified. Outlook NEW (for desktop) != to Classic Outlook Desktop. I would see if it works in one of the previous versions. I wonder if Outlook for Mac uses a similar approach to the classic desktop apps that have a limited javascript environment like I mentioned.

from office-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.