Cc CasH Customer's Care Number . 07008241332//7008241332 Call
Rap and hip-hop music to discuss with him to wo to hai sar chalu kar raha hun okay sar pe ek Naya saal
I'm not able to access create visual on page object as mentioned in document: https://learn.microsoft.com/en-us/javascript/api/overview/powerbi/create-add-visual
https://learn.microsoft.com/en-us/javascript/api/overview/powerbi/create-add-visual I'm referring above document and below is my code and error: My Error: Error adding visual to report: Error: createVisual method is not available on the page object…
Integration Outlook (new) Calendar / React application
Good Afternoon, I need to integrate new Outlook Calendar with my react application. What I want to do is to open the 'create Calendar' in my app with some data prefilled. This is working correctly on web client…
editor.disableReadOnlyMode( 'feature-id' ); is not working in DecoupledEditor
Hi! The question is simple. This works: <script src="~/js/ckeditor5-build-classic/ckeditor.js"></script> <textarea id="editor_middle">@Model.Description</textarea> ClassicEditor .create(…
Fullstack developer as frontend developer
Hi, Can a fullstack developer work as a frontend developer? Regards Usman Awan
Outlook add-in Offline capabilities
Hi, our add-in works on ItemSend event and performs some recipient validation. I notice that when we go offline, in all clients except new Windows desktop client, the not reachable addin blocks the email upon clicking Send. On mac Send is disabled. …
Can a SAS URL for a private Azure Blob be used in a compare API, or are there alternative solutions?
I currently want to use this API to compare it with a file stored in Azure Blob, but mine is a private blob. So, if I create an Azure Blob SAS URL for the private blob endpoint, can it be used in this compare API? Or is there any other way?
how to share a calendar in organization level
I create a web app which facilitates employee recruitment 2. i have 2 roles in that app recruiters and panel members 3. recruiters are the employees that select candidates and schedules interview and selects which panel member to assign. 4. panel…
nesting scripts
Hello - I am trying to create an extension - it will open in the browser like a webpage and after the directional tab has been selected the page referencing the tab opens inside an iframe. All of that is working good. However, a couple of the tabs are…
Questions about office addins
Hello, I'm trying to install the @microsoft/office-js tried with 'npm i @microsoft/office-js' but when importing import * as Excel from '@microsoft/office-js/excel'; import { Office } from '@microsoft/office-js'; to my js file getting error …
Nested App Authentication and makeEwsRequestAsync()
Hi, I'm looking to upgrade to NAA some of our legacy Outlook add-ins that use EWS and makeEwsRequestAsync. Assuming the above calls the getCallbackTokenAsync internally (?), is there a way to instruct it to return a new kind of token or the only way…
Clarification of request context and event listeners
Hi, I am currently building an Excel add-in and I am looking for some clarification on how the Excel.RequestContext object works, particularly with relation to bindings and event listeners. In my add-in, I have a 'table' - a collection of ranges…
Fluidframework/azure-client token provider
I'm testing fluid relay for the first time, on a sample dice roll. The deployment is not working showing timeout errors, how to fix the error? and also I hope someone can answer these doubts If more than 150 users are available, how will it be…
Detecting a relative range name; difference between VS code and Script lab
I am updating some of my code of my Name Manager add-in. I've discovered something odd. Background: If you define a name in Excel like so: Select cell A2, now define this name: Name: test refers to: =Sheet1!A1 the cell the name points to depends on the…
Office java scrip addin shortcut not working, load task pane on start also no working ,followed https://learn.microsoft.com/en-us/office/dev/add-ins/design/keyboard-shortcuts
Note : Hi, We are using office javascript api for our migration from office 365 excel with cutsom ui ribbon to office js . We have a requirement that new taskpane shall get open by using some shortcut, we followed the steps mentioned in…
How can I add Excel Notes to cells with the Office Javascript API?
Can support for this be added if it doesn't exist already?
I am trying to send an email using the code and the outlook smtp protocol, but there is an authentication error
I created an application in Azure and exchanged the access_token with code, but I get an error when using jakarta.mail: “535 5.7.3 Authentication unsuccessful [SGXP274CA0007.SGPP274.PROD. outlook.com 2024 -11-12t03:19:03.964z 08dd02bfa482f37e]”. An error…
How to identify shared mailbox or folder in multi select
The recommended way of identifying whether a mailbox or folder is shared is to check the shared properties on an item: Office.context.mailbox.item.getSharedPropertiesAsync((result) => { if (result.status === Office.AsyncResultStatus.Failed) { …
How to fix Error with the Azure Javascript SDK for Ai Search: unexpected 'StartObject' node was found for property named 'metadata' when reading from the JSON reader
I'm trying to make calls to a Azure Ai Search index I have already set up. Specifically I'm trying to add documents via the AzureAISearchVectorStore.addDocuments from the "@langchain/community/vectorstores/azure_aisearch" package. No matter…
Unable to Create a Custom Tab in Excel Web Add-in Using <CustomTab> Element
Description: Hello, I am developing an Office Web Add-in for Excel and encountering difficulties with creating a custom tab in the ribbon using the <CustomTab> element in the manifest. The tab appears as expected when using the built-in Office tabs…