office365

OfficeJS Manifest Type MailApp - can not use WebApplicationInfo

独自空忆成欢 提交于 2019-12-13 01:20:20
问题 I have followed the steps according to doc. The application is registered and I have gained the guid which I want to use in WebApplicationInfo to get the OAuth token. Unfortunately using office addin manifest validator (npm -i -g validate-office-addin) I am getting the error XML Schema Violation: Your manifest does not adhere to the current set of XML schema definitions for Office Add-in manifests. (link: https://aka.ms/add-in-manifest-schema-violation) - Details: The element 'OfficeApp' in

Export Google Chart to Excel

久未见 提交于 2019-12-12 19:15:14
问题 There is a requirement to export Google charts as such into Excel. Is there way to achieve the same through jquery? From the Google Chart documentation, I understand the chart can be converted to an image by getting ImageURI. But when tried to export the image using ImageURI (please refer link-2) its is not loaded in the excel file. Reference: https://developers.google.com/chart/interactive/docs/printing $("[id$=myButtonControlID]").click(function(e) { window.open('data:application/vnd.ms

NullReferenceException when use Office 365 API in Xamarin.IOS

痴心易碎 提交于 2019-12-12 17:22:34
问题 First I got this issue: Using Office 365 API in Xamarin.Android Now testing the same in Xamarin IOS I got another :( {System.NullReferenceException: Object reference not set to an instance of an object at Microsoft.Office365.OAuth.Authenticator.GetRefreshToken (System.String resource) [0x00000] in <filename unknown>:0 at Microsoft.Office365.OAuth.Authenticator+<GetAuthenticationResult>d__c.MoveNext () [0x00000] in <filename unknown>:0 --- End of stack trace from previous location where

Jenkins Email Extension Plugin unsuccessful authentication with Office 365 account

佐手、 提交于 2019-12-12 17:07:54
问题 Current issue happens on jenkins server v1.638 with Email extension plugin v2.39. I am trying to send test mail to an email account in office 365. Email plugin settings: SMTP SERVER: smtp.office365.com USERNAME: username@office365domain.com PASSWORD: password USE SSL: unchecked PORT: 587 Reply-to-address: username@office365domain.com Charset: UTF-8 JENKINS_JAVA_OPTIONS="-Djava.awt.headless=true -Dmail.smtp.starttls.enable=true" Error log: Failed to send out e-mail javax.mail

PowerShell module not found when running as a service

ぐ巨炮叔叔 提交于 2019-12-12 16:50:28
问题 I have a project where I assign Office 365 licenses to users. There is a web project that allows the administrators to view the available licenses and choose a license for a user. In the background, there is a service which performs the actual license assignment (and many other tasks) every 15 minutes. The reason why we don't assign the licenses directly is that a user may not have been synchronized to Office 365 yet. The service automatically tries again later if the DirSync hasn't run yet.

Get MS Exchange mail for all group members

我们两清 提交于 2019-12-12 13:53:13
问题 Is it possible to get all email from all mailboxes in MS Exchange? I have full rights in Azure console for Office365 exchange online. http://i.stack.imgur.com/DF5n5.png But when I'm trying make an request to https://outlook.office365.com/EWS/OData/Users('user@company.onmicrosoft.com')/Inbox/Messages getting an error "The specified object was not found in the store." But for logged in admin https://outlook.office365.com/EWS/OData/Me/Inbox/Messages https://outlook.office365.com/EWS/OData/Users(

Office 365 API or Azure AD Graph API - Get Someone Elses Calendar

僤鯓⒐⒋嵵緔 提交于 2019-12-12 13:00:29
问题 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. I have been through the documentation here, StackOverflow (e.g. here and here), plus Office 365 samples and Graph API samples (I believe Graph API is required for global address lists), but cannot find a way to do it. I have 3 questions: Is this possible? If so, how please? If it's not possible

Automatically loading Word Task Pane Office Add-in

六月ゝ 毕业季﹏ 提交于 2019-12-12 12:23:31
问题 We are developing a Word Task Pane Office Add-in (not VSTO) for internal organization documents In Word 2013 (desktop) when we insert the add-in and save the document, when we reopen that document the add-in is automatically loaded. In Word Online, this behavior is different, the add-in doesn't get automatically loaded. The user has to manually insert the add-in every time the document is opened. Is there a way to automatically load it in Word Online? Would running our own Office Web App

Flask mail security is not meeting Microsoft Outlook's security requirements?

点点圈 提交于 2019-12-12 11:02:18
问题 We have a web application that sends emails to clients and the web application is using Flask mail framework to handle that. About 2 weeks ago, our web application failed to send emails to clients and our own group of people. We use Office 365's Outlook as our sender. Remote Server returned '554 5.6.0 Corrupt message content; STOREDRV.Deliver.Exception:ConversionFailedException; Failed to process message due to a permanent exception with message Content conversion: Corrupt summary TNEF

How to POST Geolocation values to a Sharepoint List Field with Rest API?

老子叫甜甜 提交于 2019-12-12 10:17:20
问题 I need to post two values Caption and Location, later being a GeoLocation field in Sharepoint list. I am using the following JSON: {"__metadata": { "type": "SP.ListItem" }, "Caption": "Testing", "Location": "POINT (78.4 17.4)"} But it's not working. Shows the following error: Cannot deserialize data for type Microsoft.SharePoint.SPFieldGeolocationValue I am doing this from Xcode. 回答1: SharePoint REST service expects SP.FieldGeolocationValue to be specified in the following format: { "_