What value to set in <Resource> section in the "WebApplicationInfo" element in Outlook Add-In manifest for "Office.context.auth.getAccessToken".
This is to seek inputs on how to configure the "WebApplicationInfo" section in the manifest file of an Outlook Add-In. We have developed a ReactJS, web-based, Outlook Add-In, using Microsoft JavaScript Office APIs. The Outlook Add-In is…
"Access token validation failure. Invalid audience" issue in outlook Add-In using Office.Auth for Microsoft Graph API calls.
I've created a React.js-based Outlook add-in where I've loaded Office.js using a CDN link, and the Office API has successfully initialized. I'm using the Office.Auth API to obtain an access token for an application registered in the Azure portal. I've…
OneDrive Image Embedding Issues: HTTP 500 and ApiError Responses
Hello, I have been using OneDrive to embed images into my personal website/blog without any issues until recently. However, starting from 09-11, none of the embedded images are loading, and I consistently encounter errors. Here are the…
[oneNote Error] Required scope doesn't exist for Business account
I use oneNote api in my chrome extension [oneClipper] Business account users cannot grant access in oAuth flow. Error: Notes.Create,Notes.ReadWrite,wl.offline_access scope doesn't exist on the resource. User Account type: Business account Many users…
Unable to set any property when protecting an excel worksheet using pywin32
Hello, I am using pywin32 for a project to automate a few excel files using python. In the excel file, I want to protect all the cells that contain a formula. So, I first unlock all the cells and then only lock those cells which has a formula. When I…
How to find existing data connectors of Azure logic app workflow
Hello Team, We are facing issue with existing data connector in Microsoft Sentinel Playbook. We are unable to find the existing data connector at our end. Please help. Thank You.
Should Word VSTO Add-ins be able to run with Visual Basic for Applications (VBA) disabled?
My understanding from reading the following Office VSTO documentation on Microsoft Learn/Microsoft Support is that VSTO Add-ins should continue to work when Visual Basic for Applications (VBA) is disabled (via group policy or in the registry). How to…
New Outlook for Windows use in VBScript
Can the NEW Outlook for Windows (free) edition be used with the Visual Basic Script context as follows: Server.CreateObject("Outlook.Application") ? If so, what is the correct literal to use instead of "Outlook.Application" ?
How to get a "link to this slide" for any slide of a PowerPoint presentation through Microsoft Graph API ?
Context In PowerPoint (Office 365), you can generate a shareable "link to this slide" for any specific slide of a presentation. When pasted in a new browser tab for example, this links re-opens the presentation at the exact same slide. If…
How to copy and paste a macro into various tabs making minor adjustments to the code.
I have a workbook that has tabs for each day of the year. The tabs are labeled as the day they correspond to. I want to lock each tab at midnight to prevent accidental changes to the the data. I have the macro code for the locking by date and time. Can…
Excel JS Addin - Offline availability of full application with taskpane and custom functions
Offline access to Excel Add-in with MSAL and custom functions Description We are about to develop an Excel TypeScript Add-in that should replace an existing .xla add-in. This add-in has two main functionalities: Provide custom functions to the Excel…
How to make Different First Page Header ?
In office js Word API I want an option of first page header as an property. So that it can be acheived through functionality and not manually.
I want to add landscape page in between other pages
How to add a landscape page in Office js Word API. Option is not available in office js 1.1 version for now. Please provide any solution to add landscape page functionally on button click.
Is .setColumnWidth() broken in Excel scripts?
I have written a very simple code in Office Scripts which should simply set some column widths and the header rows (see below). However, when I run the script, the column widths are nowhere near the values I have input (I have added comments to show the…
Outlook Actionable Message is not rendering properly
Hi. I have automation which sends adaptive cards (actionable messages) in my organization. Everything was working fine until several days ago. It looks it doesn't render FactSet at all. When I look at older received adaptive cards, which were rendered…
I am trying to subscribe for the webhooks for outlook calendar getting validation error 400
Here is the code below, I am using the microsoft 365 account , I am trying to subscribe using the below code , getting validation error always , I have enabled the all api permissions for the app. The subscription is failing due to not able to respond…
I want to be able to click on an acronyn cell and it then hightlights the cost centres attached to that acronyn
We have a list of teams with several cost centres attached to each team. I want to be able to click on a team and when I do, I want it to highlight the predetermined cells of the cost centres attached to that team. I have two lists - 1 list a cost…
How to Enable or Disable Legacy Exchange Tokens in a Tenant
I am trying to disable the legacy Exchange access token in my tenant as part of migrating my add-in to MS Graph. I want to ensure nothing is left using this technology. According to the dev blog post: Updates on Deprecating Legacy Exchange Online Tokens…
Unable to Access Outlook Developer Dashboard - Need Originator Key for Actionable Emails
Hi, I can’t access the Outlook Developer Dashboard anymore. The page gives a "something went wrong" error, even though I’m using the official link: https://outlook.office.com/connectors/oam/publish. I’ve cleared my cache, tried using incognito…
How to clear Run-time error '1004'
Received Run-time error '1004' when using macro. I'm not familiar with this macro. I believe it needs to have atleast 2 rows selected. Selection.Offset (1,0). Select is highlighted.