All Questions
Tagged with office365 javascript
354 questions
1
vote
0
answers
19
views
Outlook WebAddin doesnt show up on Outlook Client
I have created an outlook web addin with visualstudio 2022 (I used the default template)
It works in the Outlook Web Client (OWA).
On an Outlook client with Office365 the addin is not displayed.
If I ...
0
votes
0
answers
34
views
The email signature block is not loading with my Add-In
I’m working on developing my first Add-In for Outlook 365/Windows 10. In theory, it’s quite simple—it’s a drop-down menu with two options. Each option opens a new email and loads a different template, ...
0
votes
1
answer
55
views
Draw a diagonal line in PowerPoint using Office.Js API
I hope you are well. I am facing a strange issue in Office.JS API for PowerPoint. My purpose is simple, I want to draw a diagonal line (front up), but I cannot. In the below pic, you can see it's top-...
1
vote
1
answer
71
views
Run a Javascript function from an Outlook Add-in Manifest file
I've setup an Outlook Add-in using an XML manifest file. I've got some buttons appearing in a menu drop down on the UI. When I click the buttons it says my request is being worked on and does nothing (...
1
vote
1
answer
112
views
Gather data from Table in word doc via office.js in JSON format
I have a table in a word document that would have merged cells and I am trying to extract data via the word addin using office.js
Example:
Table (with merged columns)
I want to gather data in json i....
0
votes
0
answers
21
views
Any way to capture the deleted text in a tracked change using the Word.js API?
The Word.TrackedChange.Text property seems to return an empty string when the tracked change is a deletion. Is there any way to get the deleted text?
Thanks!
0
votes
1
answer
135
views
Outlook calendar don't render with FullCalendar
I am developing an app to see the events on my Outlook calendar using fullcalendar, the problem is that I log in to Microsoft, in principle everything is correct, I return to my website but the ...
0
votes
1
answer
328
views
invalid_request: The provided value for the input parameter 'redirect_uri' is not valid
I am developing an app to read the calendar and render it with fullcalendar, the error comes when logging in and the redirect uri gives an error
I am working on localhost and this is my url that I am ...
0
votes
0
answers
48
views
Fetch the container for autofilter dropdown using Javascript for Microsoft office365 Excel
I am trying to click on the dropdown menu for filter options using Javascript. I have set the iframe as WacFrame_Excel0. But I am unable to find the container to click on the dropdown menu. Attaching ...
0
votes
0
answers
53
views
Outlook Web Add In Request API problems
I am sending API request in Outlook web add-in project. But the request does not receive any return. There is no return such as Error, Success. The request did not go. Is this problem related to ...
0
votes
0
answers
50
views
Missing recurring events: Why the gaps in my calendar?
I'm having trouble with recurring events in my calendar app. Events that repeat several days within a week and extend over several weeks appear sporadically. Could someone help me understand why ...
0
votes
1
answer
237
views
Wrong date format when reading outlook calendar event
Through API I read my outlook calendar and show it in a calendar from the FullCalendar library.
My problem occurs when reading an event with a duration, that all the events created in Outlook at the ...
1
vote
1
answer
92
views
Problem when trying to read Office365 calendar
I am developing a web application that reads the Microsoft calendar of the user who has logged in, my problem is that with the @hotmail or @outlook accounts it reads them without problem but when ...
1
vote
1
answer
176
views
Replace and redline certain substrings from a paragraph in Word using Office.js in Add-In
I have a paragraph present in the Word (Office 365). I can replace the whole paragraph, but I wanted to replace and redline only certain substrings in the paragraph.
Note:- By redline, I mean that the ...
2
votes
0
answers
320
views
$select=body not working while creating Subscription | Microsoft Graph API
Description
I'm encountering an issue while attempting to create a subscription to receive change notifications, including resource data, in the Microsoft Graph API. Here's the payload I'm using:
{
&...