871 questions with JavaScript API tags

Sort by: Updated
0 answers

What will be the better approach for developing a solution which synchronize meetings in office365 calendar?

Hi support team, I am working in an office where we use Zoho CRM. Which has its calendar but I need the meetings created in the Zoho calendar synchronized into my office 365 calendar. Zoho has developed that will synchronize with the office 365…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
871 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,508 questions
asked 2022-08-24T09:47:56.207+00:00
krishna khanal 1 Reputation point
1 answer

How we call directshow filter (virtual web cam) method from Javascript web

How we call direct show filter method from Javascript web I am working on directshow.net to show virtual web cam in html .i need some method call from javascript to my custom directshow filter .so how will do this references :…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,833 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,270 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
871 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,125 questions
asked 2022-08-20T10:45:31.857+00:00
ravi poddar 11 Reputation points
commented 2022-08-22T18:24:37.667+00:00
Bruce (SqlWork.com) 56,686 Reputation points
0 answers

Unable to save an MS Teams connector

99.9% of the time when I click the save button when adding my connector to a channel I get an error of type HttpAntiForgeryException when the MS Teams client calls the https://outlook.office.com/connectors/ConnectToO365Inline/Manage/UpdateAsync…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
871 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,866 questions
asked 2022-07-20T00:25:02.79+00:00
Rebecca 6 Reputation points
commented 2022-08-22T07:37:56.47+00:00
Prasad-MSFT 5,621 Reputation points Microsoft Vendor
0 answers

How to insert a line break in word

Hello, I am trying to create a word add-in, there's a textarea on its pane, I need to insert the content in this textarea to word. my code const content = document.getElementById("tacontent").value; …

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
871 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,508 questions
asked 2022-08-22T06:00:16.267+00:00
Bin Hua 6 Reputation points
2 answers

using switch function multiple times

I have a custom list form with a bunch of fields. many feilds are hidden on load and will populate as the user selects certain options. i'm running in to an issue though. I have a drop down with a bunch of options. when a user selects an option, it…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
871 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,674 questions
asked 2022-08-04T15:28:00.007+00:00
JazzAviator 1 Reputation point
answered 2022-08-19T02:00:42.227+00:00
Tong Zhang_MSFT 9,116 Reputation points
1 answer

Response's ok value is false when using include

I took some datas from msSql database and send them to JS . When I use include for taking table with some related tables , then on Js side , i saw my response's ok value is false , but if i dont use the include then the Ok value of response will be…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
871 questions
asked 2022-08-17T12:54:49.71+00:00
Bextiyar Atakisiyev 11 Reputation points
answered 2022-08-17T14:43:48.227+00:00
Bjoern Peters 8,781 Reputation points
1 answer

Force Edge for Outlook Web Add-ins on older Platforms

Now that Explorer is "sort of" officially deprecated, I am wondering if there is a way to force Outlook to use Edge on older platforms. According to this document:…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,144 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
871 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,508 questions
asked 2022-08-16T08:30:42.033+00:00
Brendan May 1 Reputation point
answered 2022-08-17T02:44:58.333+00:00
Yu Zhou-MSFT 12,071 Reputation points Microsoft Vendor
0 answers

Access to the codeName of the Excel sheet with Javascript add-ins

I need to access to the codeName property of each Excel sheet with Javascript add-ins, is there any way?. I attach an image of the property mentioned displayed from the vba editor.

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
871 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,508 questions
asked 2022-08-16T21:12:07.047+00:00
Alejandro Velez Grajales 1 Reputation point
0 answers

Office Excel JS - Find and replace

I just wonder whether we can find and replace using Office Excel JS? I have read through the doc but it does not mention about this functionality.

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
871 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,508 questions
asked 2022-08-14T20:05:38.99+00:00
Do, Tuan 1 Reputation point
1 answer One of the answers was accepted by the question author.

Add 12 months from selected date in javascript c#

I have a gridview called gvFiscalPeriod. I have a textbox where user can enter a date for example '1/11/2022' (start date). Based on the date, I should be able to generate for next 12 months, where each row is a month with start date and end date. …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,270 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
871 questions
asked 2022-08-11T14:32:53.227+00:00
durga valliammai 21 Reputation points
accepted 2022-08-12T03:14:02.707+00:00
durga valliammai 21 Reputation points
0 answers

Debug Console

When I run my code on Java VS Code, the debug console shows for a split second and disappears. However if I run C++, it works fine. Could you please tell me how to resolve this issue?

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
871 questions
asked 2022-08-10T10:50:21.053+00:00
Dhanushi Savla 1 Reputation point
commented 2022-08-10T19:46:49.313+00:00
Viorel 112.5K Reputation points
0 answers

Setting Command Bar Item ref and using for Coachmark target, types don't match

I am using the CommandBar component and setting the componentRef prop to const someRef= React.useRef<IContextualMenuRenderItem>(null). I want to use this ref to set the target for the Coachmark component. I am getting a typescript error about the…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
871 questions
asked 2022-08-10T18:36:41.853+00:00
Cho, Nathaniel 6 Reputation points
1 answer One of the answers was accepted by the question author.

Can Outlook custom properties in an email be viewed by another user

Hi all, I am developing an add-in that saves custom properties on an e-mail using the "saveAsync" method of the Office-js api:…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
871 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,508 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,901 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,356 questions
asked 2022-08-08T19:20:55.687+00:00
Jean Paul Larach 31 Reputation points Microsoft Employee
accepted 2022-08-10T13:05:09.657+00:00
Jean Paul Larach 31 Reputation points Microsoft Employee
1 answer

Office Excel JS - Change picture to a shape and keep all the shape properties

I need to update a shape image with base64 code and I must keep all the shape properties (e.g border, rotation, shadow). Is there a way to do it, without deleting and creating a new shape? Because there are not all properties in the API.

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
871 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,508 questions
asked 2022-08-01T09:26:14.89+00:00
Nicol-3679 6 Reputation points
answered 2022-08-10T09:12:03.337+00:00
Jinghui Liu 1 Reputation point Microsoft Employee
0 answers

Support for Keyboard shortcuts in custom contextual tab.

Picking up from https://learn.microsoft.com/en-us/office/dev/add-ins/design/contextual-tabs Currently, when we press ALT on the keyboard and move to the custom context tab, we see that the buttons within the context tab are assigned shortcuts…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
871 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,508 questions
asked 2022-08-02T05:03:47.153+00:00
Nidhish V 1 Reputation point
commented 2022-08-09T18:12:03.137+00:00
Wenjun Gong 76 Reputation points Microsoft Employee
0 answers

Excel Add-in keeps disappearing. Is there a way to track what happened?

Please take a look at the video: https://drive.google.com/file/d/1gqEeDu2Zz6rKg0OlAMfCTKxbPCGJj4_0/view Is there a way to track error? Thank you.

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
871 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,508 questions
asked 2022-08-03T08:48:53.037+00:00
Tao 1 Reputation point
commented 2022-08-09T17:52:25.463+00:00
Wenjun Gong 76 Reputation points Microsoft Employee
3 answers

Sharepoint 2013 multi line text field character limit

I have a custom form for a sharepoint list in the 2013 environment. I have several multi-line text fields (all set to plain text) and I'm using the following code: <script…

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,227 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
871 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,674 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,575 questions
asked 2022-07-28T04:43:35.557+00:00
JazzAviator 1 Reputation point
commented 2022-08-03T08:46:16.163+00:00
RaytheonXie_MSFT 31,526 Reputation points Microsoft Vendor
1 answer

How to show message from custom function w/o using task pane or return value?

Is it possible to show a message (just a warning the user can dismiss) from code in a custom function without using a task pane? (And without making it the return value of the function.) Something that shows up in the status bar, or a popup, etc.? …

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
871 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,508 questions
asked 2022-07-29T08:24:16.747+00:00
T.J. Crowder 1 Reputation point
answered 2022-08-01T07:17:44.677+00:00
T.J. Crowder 1 Reputation point
0 answers

Word Addin single sign on failiures

We have a word addin been developed on 2020 and hosted in azure service fabric. Which was utilising the office-js-helper authentication migration for getting authenticated with Azure AD. Now we are planning to migrate the same since office js helper…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
871 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,508 questions
asked 2022-08-01T06:49:14.043+00:00
Dhiluraj V 46 Reputation points
0 answers

Can you auto-run a custom functions add-in, or dynamically run it from a different add-in (same domain)?

TL;DR - By default, a custom functions add-in registered with Excel is available, but not running, when Excel loads. It only gets run if one of its custom functions is used (or if it has a task pane and the user opens it). Is there any way to auto-run it…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
871 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,508 questions
asked 2022-07-29T08:20:33.647+00:00
T.J. Crowder 1 Reputation point