office365

Using the Microsoft Graph how do I look up a group by email address?

我们两清 提交于 2019-12-25 06:27:14
问题 I'm using the Graph Explorer to play with the Microsoft Graph. I understand you can access a group by specifying its id, like so - https://graph.microsoft.com/v1.0/groups/14481298-e121-4d97-91d5-3fe555aa2871 and you can get its members as well like this - https://graph.microsoft.com/v1.0/groups/14481298-e121-4d97-91d5-3fe555aa2871/members But it isn't clear to me how you lookup a group by its email address and list the members in one call. I now know, so I thought I would share, and also ask

ErrorInvalidRequest while using post request in office365

坚强是说给别人听的谎言 提交于 2019-12-25 04:50:09
问题 using restClient, I am trying to add a new event. url: https://outlook.office365.com/ews/odata/Me/Events My json for the creation of an event is {"IsAllDay":false,"Subject":"TEST","Start":"2015-02-20T07:32:39Z","End":"2015-02-20T08:32:39Z","Body":{"ContentType":"HTML","Content":"TEST JRA ? TU VOIS ?"}} The response I get is { "error": { "code": "ErrorInvalidRequest", "message": "Cannot read the request body." } } What is wrong with my json and how do I solve this error ? 回答1: Make sure your

officejs addin - is it possible to share a ribbon with a vsto application? [duplicate]

邮差的信 提交于 2019-12-25 03:38:11
问题 This question already has an answer here : vsto and office web addin in same ribbon tab (1 answer) Closed last year . VSTO addins can use idQ to share ribbons with each other. Can a officejs addin share a ribbon with a VSTO addin too? How about with another officejs addin? 回答1: I'm afraid that that is not possible at this time. Office Add-ins use a different system for customizing the ribbon from VSTO. Sharing is not possible, but it is an interesting idea. Please suggest it on Office

Office 365 API for Word [closed]

天涯浪子 提交于 2019-12-25 02:28:22
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 months ago . 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 Macros. 回答1: No, Office 365 APIs do not cover word processing. What exactly are you trying to do? If you're trying to leverage

Is creating SharePoint sandbox field types possible?

送分小仙女□ 提交于 2019-12-25 02:15:31
问题 I want to create custom field type for SharePoint Online. Therefore, AFAIK, it must be sandbox solution. Is there any possibility to create this? Or something that allows me to work on "single item level" on the list (not in edit form but on the list). Maybe some option in item menu or sth? 回答1: you have to remember that SharePoint Sandbox Model doesn't offer custom FieldTypes. There is a really good introduction for Sandboxed SharePoint Solutions on MSDN (http://goo.gl/uXGLo). SPIs like

Error running ps1 from c# code (Office 365)

喜夏-厌秋 提交于 2019-12-25 02:13:43
问题 When creating the sharepoint site using ps1 file from C# code in office365. This error is coming The 'connect-sposervice' command was found in the module 'Microsoft.Online.SharePoint.PowerShell', but the module could not be loaded. For more information, run 'Import-Module Microsoft.Online.SharePoint.PowerShell'. Running the ps1 directly in powershell is giving the desired result, but not working properly using c# code 回答1: I had the same problem and solve it this way: Locate file C:\Program

Error running ps1 from c# code (Office 365)

落爺英雄遲暮 提交于 2019-12-25 02:11:50
问题 When creating the sharepoint site using ps1 file from C# code in office365. This error is coming The 'connect-sposervice' command was found in the module 'Microsoft.Online.SharePoint.PowerShell', but the module could not be loaded. For more information, run 'Import-Module Microsoft.Online.SharePoint.PowerShell'. Running the ps1 directly in powershell is giving the desired result, but not working properly using c# code 回答1: I had the same problem and solve it this way: Locate file C:\Program

Drive Search not working in Office 365 group

半城伤御伤魂 提交于 2019-12-25 00:51:57
问题 DriveItem Search does not seem to be possible in an Office 365 group context, despite the documentation mentioning it should be supported: GET /groups/{group-id}/drive/root/search(q='{search-text}') Steps to reproduce (e.g. in the Graph Explorer): create newFileTest.docx in the root of your GROUP folder Search for the file: https://graph.microsoft.com/v1.0/groups/{GROUP_ID}/drive/root/search(q='newFileTest.docx') - returns 0 items create newFileTest.docx in the root of your PERSONAL folder;

How to deploy officeJS addin on office online on-premise server?

十年热恋 提交于 2019-12-25 00:37:36
问题 I have written a small officeJS addin for excel which run perfectly on desktop excel client. Also office online from onedrive gives an option of installing the addin from the ribbon menu. I want to use this officeJS addin to run on either of the following configuration: On premise office online server configured with on premise sharepoint server. On premise office online server with my own implementation of wopi host. How to deploy an officeJS addin on office online on premise server which is

Can you cancel Access to Azure Active Directory if you have Office 365?

拟墨画扇 提交于 2019-12-24 23:18:02
问题 I added for testing purposes Access to Azure Active Directory in Windows Azure. Now I realize there is no button to cancel the subscription: As discussed here "the underlying directory for Office 365 is Azure Active Directory (AAD). This means that if you have an Office 365 account, you already have a directory -or "tenant"- in AAD." 1) Does this mean that this particular subscription has always been there - just not visible? 2) Can you cancel it? 3) According to the pricing list adding