906 questions with JavaScript API tags

Sort by: Updated
1 answer

How to use make a JSON Server?

JSON SERVER npm init -y -> package.json erstellen "start": "json-server --watch db.json" (in package scripts schreiben) [npm install json-server] npm start JAVASCRIPT SERVER npm init -y -> package.json erstellen …

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
906 questions
asked 2021-06-06T17:43:08.007+00:00
Matthias Furtlehner 1 Reputation point
answered 2021-06-06T18:01:16.077+00:00
Matthias Furtlehner 1 Reputation point
1 answer

Outlook add-in to capture cancel meet event

Is there any way we can capture the cancel meet event in outlook add-in Office js API or Custom event type? I have scheduled a meet through third-party API for the outlook meet items so when the user opens and cancels the meet in the outlook I want to…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
906 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,599 questions
asked 2021-05-18T08:00:59.157+00:00
Rahul Gupta 11 Reputation points
answered 2021-06-06T16:01:17.96+00:00
Petra Ronald 26 Reputation points Microsoft Employee
1 answer

Adding custom button adjacent to Send button

Hi, Can I add a custom button adjacent to Send button in Mail compose window? Im trying to do the same using Outlook for Mac JS add-ins.

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
906 questions
asked 2021-06-01T05:49:54.73+00:00
wlan wlan 1 Reputation point
answered 2021-06-06T16:00:45.79+00:00
Petra Ronald 26 Reputation points Microsoft Employee
1 answer

For Outlook Addins : Can we customize the placement of the Addin buttton in outlook?

I want to place the Addin next to the send button. Is it possible to customise the placement of our own Add-in button in outlook?

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
906 questions
asked 2021-06-06T13:44:07.123+00:00
Diksha Yadav 41 Reputation points
answered 2021-06-06T15:56:51.047+00:00
Petra Ronald 26 Reputation points Microsoft Employee
0 answers

How can I connect outlook to my imap server and authorize via oauth?

Hello. I need to connect outlook to my imap server and authorize using oauth2 protocol. But when I trying add account in outlook I can't choose oauth authorization method. I have a configured imap server (dovecot), keycloak and ldap server…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
906 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,599 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,959 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,933 questions
asked 2021-06-01T09:33:47.603+00:00
M M 1 Reputation point
2 answers

Having difficulty debugging in a Edge browser in Visual Studio

I am trying to run a javascript program in Visual Studio 2019 (listed below) that utilizes a particular function; the prompt() function. However, I have read that node.js does not support the prompt() function and that I would need to run the program in…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
906 questions
asked 2021-05-16T14:19:12.177+00:00
rms2256 1 Reputation point
answered 2021-05-30T22:37:05.317+00:00
rms2256 1 Reputation point
4 answers

Request Client Certificate through PHP

Don't Answer! https://learn.microsoft.com/en-us/answers/questions/196581/how-to-format-code-in-c.html https://learn.microsoft.com/en-us/answers/questions/415162/how-to-create-a-simple-kipls-dont-respond-we-need.html …

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
906 questions
asked 2021-05-30T15:02:49.487+00:00
trashpeda 1 Reputation point
answered 2021-05-30T20:08:20.86+00:00
trashpeda 1 Reputation point
2 answers

How to create a simple JSP

index.jsp: ... <form action="showSchool" method="get"> <input type="submit" value="Login"> ``</form> ... Servlet: @WebServlet(urlPatterns = "/showSchool") public class…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
906 questions
asked 2021-05-30T09:47:09.413+00:00
BreathtakingCoconut 21 Reputation points
answered 2021-05-30T09:51:45.977+00:00
BreathtakingCoconut 21 Reputation points
2 answers One of the answers was accepted by the question author.

Connect External Image Library to Microsoft Office

I would like to use images from our external image library directly withing Microsoft Word without having to leave Word. I have seen this kind of integration for other image libraries so I think there must be some kind of API I have to implement. Is…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
906 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,599 questions
asked 2021-05-26T06:53:25.437+00:00
Johannes Zlattinger 21 Reputation points
accepted 2021-05-27T06:20:29.123+00:00
Johannes Zlattinger 21 Reputation points
0 answers

Disable autosave via Excel office.js addin

Our Addin performs thousand of cell changes in a loop. The problem is that Excel autosave, especially in Excel 365, kicks in at every cell change and becomes the bottleneck. We could not find ways to disable autosave from office.js API. Any…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
906 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,599 questions
asked 2021-05-12T06:38:21.337+00:00
Gianluca Bisceglie 1 Reputation point
commented 2021-05-26T12:07:25.04+00:00
Gianluca Bisceglie 1 Reputation point
0 answers

A few short questions about Office.js

Is Office.js considered a macro? If anyone wants to open a file containing office.js addons/macro's, do they need certain programs or apps to be able to run and use these? What programs or apps do i need to create and apply a Office.js macro? (I…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
906 questions
asked 2021-05-26T07:33:31.37+00:00
Hilmar van den Brink 1 Reputation point
0 answers

MS Project online read custom fields with JSOM when more than 20 Projects

I am having the same problem accessing custom field data when more than 20 projects as in the link below that has not been answered. …

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
906 questions
asked 2021-05-26T01:06:22.65+00:00
Andrew Esparon 1 Reputation point
1 answer One of the answers was accepted by the question author.

TypeError: Cannot read property 'name' of undefined, at Array.forEach

When I press the button to display the task pane, I am seeing the following error message in the console window which I cannot remove or explain ? "Uncaught (in promise) TypeError: Cannot read property 'name' of undefined" at t…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
906 questions
asked 2021-05-21T13:58:22.36+00:00
BetterSolutions.com 121 Reputation points
accepted 2021-05-22T08:18:31.93+00:00
BetterSolutions.com 121 Reputation points
1 answer

Best Office 365 license or solution for web app integration?

We have an existing web application on Azure as an app service. We'd like to integrate Excel spreadsheets (and possibly Power BI visualizations) into the application in such a way that: Users can log into our web application the way they currently do…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
906 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,070 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,687 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,951 questions
asked 2021-05-06T14:42:47.187+00:00
josh 21 Reputation points
commented 2021-05-19T06:55:37.187+00:00
AmanpreetSingh-MSFT 56,346 Reputation points
0 answers

Xamarin Forms Android class activity search error

Java doesn't find the class MainActivity. And Android Emulator not showing ui elements.

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
906 questions
asked 2021-05-13T12:36:41.87+00:00
Adrian Kaempfen 1 Reputation point
1 answer

When do you plan to make the function getPrecedents() available in production officejs?

Our addin cannot be deployed without the function getPrecedents() and we would like to requests its availability in production. Is it something you plan to do shortly? Thanks.

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
906 questions
asked 2021-05-03T16:51:03.467+00:00
Gianluca Bisceglie 1 Reputation point
answered 2021-05-11T01:22:31.467+00:00
Raymond Lu 1 Reputation point
1 answer One of the answers was accepted by the question author.

Examples with the insertOoxml method

Can anyone provide me some examples of the insert Ooxml method? Already, I may have known it passes two parameters: a string type and a choice of types; Before, After, Start, End, and Replace. This is very important for me to know this, because I am…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
906 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,599 questions
asked 2021-05-05T02:12:59.017+00:00
JohnCTX 636 Reputation points
accepted 2021-05-05T09:06:08.513+00:00
JohnCTX 636 Reputation points
0 answers

Word Addin high CPU after finishing task. Troubleshoot

UPDATE at the bottom. I have written a word plugin that automatically replaces text within input fields. In short the code is something like this: const textItemRange = textItem.getRange(Word.InsertLocation.end); const contentControl =…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
906 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,599 questions
asked 2021-04-22T09:37:53.647+00:00
lars wissler 26 Reputation points
commented 2021-05-01T18:04:55.333+00:00
lars wissler 26 Reputation points
0 answers

Where to go for Office.js and AJAX forums

Where would I go for forums and tutorials related to Office.js and AJAX? Regards, JohnCTX

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
906 questions
asked 2021-05-01T16:50:59.697+00:00
JohnCTX 636 Reputation points
1 answer

Display other SharePoint List item informaiton on Mouse hover using JSOM

Hello All, Using JSOM I am able to display SharePoint List Items via html table , But my client wants to display other SharePoint List item as a comment when user mouse hover . Can anyone please help me how can I get it.

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
906 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,585 questions
asked 2021-04-27T06:18:04.417+00:00
Hyder Ali 1 Reputation point
answered 2021-04-28T05:35:22.937+00:00
Jerryzy 10,566 Reputation points