office365

Connect to a Azure SQL Database/SQL Server from Office 365

冷暖自知 提交于 2019-12-11 13:56:50
问题 I have a Microsoft Action Pack subscription with Office 365. I would like to connect to an SQL SERVER database which is provided with Office 365. I am banging my head on forums and google to find out how to access SQL server in Office 365. I checked each option but none of them have an SQL SERVER installed. Does Office 365 doesn't have SQL SERVER license ? Do I need something like Windows Azure which comes with SQL . I am just lost here. When I login the office 365 online screen looks like

Azure AD for Office 365 does not show in new portal

戏子无情 提交于 2019-12-11 12:48:41
问题 In new Azure Portal i don't see any way to manage AD. Customer does not really have Azure AD subscription just Office 365. But i can see it in old Management , add APPS that work with AD and everything. How can i do that in new Azure Portal? Demonstrated on this screnshot using same account: https://dl.dropboxusercontent.com/u/16550256/azure%20vs%20azure.png Everything I find on this matter regards the OLD azure management. 回答1: New Portal doesn't support Azure AD management yet, not all

Why does the Office 365 OutlookServices (v1.0.34) .Net client library hang indefinitely?

扶醉桌前 提交于 2019-12-11 12:27:37
问题 I’m using the Microsoft.Office365.OutlookServices client library to make calls to Outlook-based services (email, calendar, contacts, etc.) in a Windows app, a Windows Phone app, and an ASP.NET web app. All calls to ExecuteAsync() hang indefinitely, with no errors thrown. Why is this happening? Here is an example from a Windows Phone app which I've recently upgraded from v.1.0.22 to 1.0.34 of the Microsoft.Office365.OutlookServices client library: I get my Outlook client: DiscoveryClient

Apps for Office 365 - Return selected text with styling and formatted

天大地大妈咪最大 提交于 2019-12-11 11:07:48
问题 I created an Add-In App for Office365 (Word, Excel and Powerpoint) and i want to get the selected text inside my app, with new lines and styling. I am using the following code to do that function getSelectedData(hasSelectionCallback, noSelectionCallback) { var type = Office.CoercionType.Text; Office.context.document.getSelectedDataAsync(type, { valueFormat: "formatted", filterType: "all" }, function (asyncResult) { var error = asyncResult.error; if (asyncResult.status === Office

Get calendar events by OutlookServicesClient

老子叫甜甜 提交于 2019-12-11 10:13:49
问题 I have the same issue reported in this thread Office365 REST v1.0 API calendar does not return recurrences The answer says to use https://outlook.office365.com/api/v1.0/Me/CalendarView instead of https://outlook.office365.com/api/v1.0/Me/Events to get all events (including ocurrences of series) My problem is that I'm using the OutlookServicesClient to call de O365 API. This is how I call the ".../events": var eventsResults = await (from i in outlookServicesClient.Me.Events where i.Start >=

Microsoft Graph: how to get Data from users of an organisation through web app?

扶醉桌前 提交于 2019-12-11 09:14:31
问题 I am building a web application that needs to access the tasks from Outlook tasks of some the users of my organisation. I know this functionality is fairly new to Microsoft Graph according to this: https://developer.microsoft.com/en-us/graph/docs/concepts/changelog#outlook-tasks When I use Graph Explorer I can get all my tasks with this call: https://graph.microsoft.com/beta/me/outlook/tasks But my tasks or the current user's tasks are not what I need. I need to have access to the tasks list

Office task pane app: how to get the whole document in an OOXml string?

落花浮王杯 提交于 2019-12-11 08:59:48
问题 I'm developing an Office Task Pane app that needs to access the whole document. I know there is an API getFileAsync() https://msdn.microsoft.com/en-us/library/office/jj220084.aspx Office.context.document.getFileAsync(fileType [, options], callback); However,the fileType can only be three values: compressed , pdf , text . compressed Returns the entire document (.pptx or .docx) in Office Open XML (OOXML) format as a byte array. pdf Returns the entire document in PDF format as a byte array. text

Update Office365 personal Contacts

守給你的承諾、 提交于 2019-12-11 08:45:59
问题 The context: Our company has 12 coordinators. Each coordinator manages a bunch of personal contacts. Coordinator1 manages 409 personal contacts. Coordinator2 manages 216 personal contacts. Etc... We have a nightly task that populates a SQL Server TABLE holding personal contact information. The data in the TABLE is extracted into 12 different CSV files which in turn is sent to each coordinator. The coordinator has the responsibility to Import this CSV file into his Outlook in order to keep his

How to authenticate to Project Online PSI services?

喜你入骨 提交于 2019-12-11 08:35:14
问题 I have the MS Project Online account at sharepoint.com and I need to authenticate from client C# code to PSI services to get list of projects. Server has Forms based authentication. I am trying to login via next code: SvcLoginForms.LoginForms loginform = new SvcLoginForms.LoginForms(); loginform.Credentials = new NetworkCredential("admin@myserver.onmicrosoft.com", "password"); loginform.Url = "https://myserver.sharepoint.com/sites/pwa/_vti_bin/PSI/Project.asmx"; loginform.Login("admin

How can I filter emails from a specific email address on Office 365 API?

老子叫甜甜 提交于 2019-12-11 08:09:57
问题 I've users with thousands of emails but I need to fetch only unread emails from specific people. I have the following call but it is not working for me. curl -i https://graph.microsoft.com/v1.0/me/messages$filter=From/EmailAddress/Address eq 'alerts-noreply@mail.windowsazure.com' H 'Content-Type: application/x-www-form-urlencoded' -H 'Authorization: Bearer token ....' { "error": { "code": "BadRequest", "message": "Unsupported segment type. ODataQuery: users/020f1da4-031d-4....26513bb0