office365-apps Questions
1
I can create a link that populates my Google calendar with information, like this...
<a href="http://www.google.com/calendar/event?action=TEMPLATE&text=MyEvent&dates=20150701T000000Z/20...
Compensable asked 19/7, 2015 at 22:46
3
Solved
I am building apps with the new technology of Office add-ins (formerly app for Office).
The add-ins activate well when registered globally for the Office 365 tenant or individually by user (mechan...
Glogau asked 28/1, 2016 at 10:37
3
We develop an Outlook app (now called add-in) using html5/js originally for OWA but now it is targeted to all Office Supported Platforms.
And indeed, it seems to work on all platforms (ios, safari ...
Handspring asked 15/12, 2015 at 19:44
5
I m trying to send email with following configuration
Host: smtp.office365.com
port: 587
user: [email protected]
pass: "mypassword"
I'm getting the following exception:
550 5.7.1 ...
Contrariety asked 18/8, 2014 at 6:29
2
We are exploring Office 365 API & are in initial stage. We are figuring out if we can move our Word Docs in Office 365.
Does Office 365 provide an API for Word Processing like writing Ma...
Humbertohumble asked 8/8, 2014 at 10:59
1
Hi Office 365 Outlook team,
Our Office 365 add-in specifies the following Content Security Policy:
Content Security Policy directive: “frame-ancestors ‘self’ outlook.office365.com outlook.offic...
Blueness asked 7/4, 2017 at 21:19
1
I have created a macro in VBA. I want to call that macro on click on button in Task Add-in button.
Is there any way to run macro using button provided in Task Add-in panel?
Malinda asked 22/3, 2017 at 8:28
2
Solved
Are there any common practices, frameworks or patterns for unit testing office.js based code?
Given the large number of the components in thr object model, it's impossible to mock calls to office.j...
Coniine asked 1/11, 2016 at 16:21
4
I have created an angular app and wanted to use JS API library into it. I want to use this app inside Office 365 Outlook. However, I am getting the following error:
Uncaught TypeError: window.exte...
Megaera asked 21/8, 2015 at 21:49
2
Solved
I followed the tutorial below to get mail using outlook api.
This works, but requires the user to login every time to give access. Is there a way to give permanent / offline access? Similar to how ...
Mow asked 9/9, 2015 at 15:36
2
Hie everyone,
Can anyone tell me how i can create an application for SharePoint online please?
I'm using Azure AD and there is no option(1) for sharepoint online, i only see the graph application f...
Housecoat asked 8/12, 2015 at 10:38
2
Solved
How to implement an 'undo' functionality for an Office Add-In using the JavaScript API?
Right now all changes made by an Add-In are non-reversible by the user and it appears that Microsoft is not ...
Montagu asked 20/7, 2016 at 17:24
1
Solved
I would like to ask as to what is the best way to insert an image/picture to the document in JavaScript? I am weighing in between an online and offline images but don't know where to start.
I've ...
Vday asked 4/7, 2016 at 7:44
1
Solved
i have a task-pane based add-in for Excel developed using office.js. i copy a date on one of the cell in the excel, and then read it next time from that cell. basically i use javascript Date object...
Taught asked 14/6, 2016 at 5:24
2
Solved
In office 365 outlook add-in, Office.context.mailbox.item.body.getAsync() method does not work in outlook Mac. But it works fine in safari and chrome.
office js reference is "https://appsforoffice...
Cateyed asked 8/4, 2016 at 12:48
3
I am trying to test the sample code from office365 API, I could login to my account but after that i would always get this exception
AuthenticationFailedException was caught
AADSTS65005: The cl...
Yorke asked 9/7, 2014 at 7:54
2
Solved
I am trying to get an office 365 calendar, not for "me", but of a contact. i.e. in the company I work for (which has a global address list), I want to access Dave's calendar, as I would in outlook....
Hennebery asked 22/7, 2015 at 19:51
2
Solved
I am trying to create a folder in SP2013 using HTTPClient and REST.
The following are the requirements & constraints on the application
I need to create a folder in a 2013 document library ...
Amygdala asked 20/8, 2014 at 22:21
1
Can somebody help me connect the dots between these functions. I can upload, but how do I get the ID of the file I just uploaded to update metadata columns on the File in the host Document Library?...
Pectoral asked 6/9, 2013 at 16:23
1
Solved
Even though C# and others are listed as a possible language, all of the samples I have found show how to create a task pane AddIn using HTML5/JavaScript only.
I've already gone through all of thes...
Morna asked 7/5, 2013 at 20:26
1
© 2022 - 2024 — McMap. All rights reserved.