office365

Building a multi-tenant app for SharePoint Online O365

自古美人都是妖i 提交于 2019-12-20 11:12:28
问题 I am attempting to build a multi-tenant application for Office 365 which focuses on SharePoint Online and authenticates through Azure using OAuth2. The problem is specific to SharePoint access via the Azure login, but is only found when using this API to authenticate using OAuth2. Many of the mechanics of registering the application properly and setting up users in Azure and Office, while somewhat complex, are conquerable with the right about of time investment. Even the basic OAuth2 protocol

Building a multi-tenant app for SharePoint Online O365

限于喜欢 提交于 2019-12-20 11:12:06
问题 I am attempting to build a multi-tenant application for Office 365 which focuses on SharePoint Online and authenticates through Azure using OAuth2. The problem is specific to SharePoint access via the Azure login, but is only found when using this API to authenticate using OAuth2. Many of the mechanics of registering the application properly and setting up users in Azure and Office, while somewhat complex, are conquerable with the right about of time investment. Even the basic OAuth2 protocol

Worksheet freezes when scrolling on task pane during task execution

主宰稳场 提交于 2019-12-20 10:44:32
问题 We are developping an office Addin with office.js API. A recurrent problem damage our reputation in the store. This problem is that the worksheet in a Excel Addin (office.js) is freezed after scrolling over it. I've written a simple Script Lab snippet code which reproduce the worksheet freezing problem. All the steps to reproduce this are described on it. The snippet is available at : https://gist.github.com/Nassim33/5eaf0bdb4a5b0b1a8db99f58b6de101e 来源: https://stackoverflow.com/questions

Get Members In Shared Mailboxes office 365

若如初见. 提交于 2019-12-20 07:48:02
问题 Hi every one i have a problem to get access list members In Shared Mailboxes office 365 using Unified API. i'm using this endpoint API https://graph.microsoft.com I hope anyone can help me 回答1: Office 365 Unified API doesn't yet support access to shared mailbox content or membership. Access to content is on our roadmap, and something we hope to enable before the end of the year. We are looking at membership as well, but have no firm plans. 来源: https://stackoverflow.com/questions/31020214/get

Office365 REST v1.0 API calendar does not return recurrences

空扰寡人 提交于 2019-12-20 07:27:06
问题 The Microsoft Office team annouced today the availability of a REST API across the Office365 suite, as well as guides for writing apps across the different app ecosystems. To evaluate the API, I simply wanted to get a listing of my events for today. The new API seems to be relatively unchanged from the preview API The basic GET is quite simple: https://outlook.office365.com/api/v1.0/me/events This gives back listing of calendar events. To get a specific day, we should be able to use OData

InvalidAuthenticationToken and CompactToken issues - Microsoft Graph using PHP Curl

半世苍凉 提交于 2019-12-20 05:40:43
问题 I'm able to successfully fetch an access_token from having the user login via oauth (parameter: code) etc. However, each time I attempt to post the authorization header (via php) to a graph endpoint (such as /me), I end up getting this error: { error: { code: "InvalidAuthenticationToken", message: "CompactToken parsing failed with error code: -2147184105", innerError: { request-id: "59cc0e42-90b7-445a-8bf7-009ff476bcbe", date: "2016-02-27T04:39:09" } } } What's CompactToken parsing? Is there

Could not retrieve app only tokens for office 365

爷,独闯天下 提交于 2019-12-20 04:13:41
问题 I followed the blog to develop an application that reads mails of users without having them signed in: http://blogs.msdn.com/b/exchangedev/archive/2015/01/21/building-demon-or-service-apps-with-office-365-mail-calendar-and-contacts-apis-oauth2-client-credential-flow.aspx?CommentPosted=true#commentmessage I got the id token and got the tenant Id. When i try to get the access token it throws an error: {"error":"invalid_client","error_description":"AADSTS70002: Error validating cre dentials.

How can I add a PublisherId to a GetBlob call to the Office365 Rest API to avoid throttling?

痴心易碎 提交于 2019-12-20 03:51:21
问题 I'm attempting to iteratively retrieve the content from the O365 management API (found here). When I get to the 'Retrieving Content' section, I am making a get request using the URI returned from the 'Get Available Content' method. I am able to successfully iterate over the available content using the returned URI, but I am seeing the following message appear occasionally: {"error": {"message": "Too many requests. Method=GetBlob, PublisherId=00000000-0000-0000-0000-000000000000", "code":

How do I fetch/read custom document properties using OfficeJs in a task pane app?

早过忘川 提交于 2019-12-20 03:16:51
问题 I have added custom document property "TemplateId" from server and in task pane app when the document opens I want to fetch this custom document property (see image) using OfficeJs. (using OfficeJs version 1.1) 回答1: There currently no OfficeJS APIs that allows you to read custom document properties. However, feel free to request one on the Office Extensibility Platform's UserVoice. Gabriel Royer - Developer on the Office Extensibility Team, MSFT 来源: https://stackoverflow.com/questions

Modifying single occurrence from recurring series is not reflected in the data read from the Rest API

允我心安 提交于 2019-12-20 03:14:55
问题 When you create occurring event in Office365 Outlook and modify any single occurrence (edit occurrence) the change is never reflected in the data consumed from the REST API. Both recurrence exception is not created (new event) and series master has no single field changed. Expected behavior is the SeriesMaster to contain list of exceptions (for example by dates), and each exception to be created as new separate event with link to the recurrence head (e.g.: SeriesMasterId). { "@odata.id ":