office365

Is this a Microsoft or an Oracle Problem?

我怕爱的太早我们不能终老 提交于 2019-12-07 23:33:45
问题 In my original thread here: How can I fix ORA: 01013 (user requested cancel...) when trying to link Oracle tables in MS Access? I describe an issue attempting to link Oracle tables into a Microsoft Access (office 365) database. The process timed out after entry of a UID and password. As I researched the problem, I was able to determine that the ODBC drivers and DSN work for ADO, Toad, and Microsoft Power BI (when using a specific query against an Oracle table). I was never able to log entries

How do I retrieve the event for an eventMessage

为君一笑 提交于 2019-12-07 18:59:50
问题 The Graph API v1.0 documentation states that the eventMessage resource type has a relationship called event , which should return The event associated with the event message. Full docs here: eventMessage resource type I would interpret this as the ability to request a resource with a URL such as the following: https://graph.microsoft.com/v1.0/me/messages/<message id>/event in the same way that the attachments relationship can be accessed i.e. https://graph.microsoft.com/v1.0/me/messages/

How to get Microsoft Graph APIs group related permissions with administrator's consent

元气小坏坏 提交于 2019-12-07 17:18:32
问题 We are working on an App to integrate with Microsoft graph API. Now I can sign in with Microsoft Graph API with user's grant accesses such as to read user's profile etc, for both a work account and personal account. We want to read user's group information if it's a Microsoft work account. From the doc, to read user's group info, we need the administrator's consent. But how do we get that? I searched around but failed to get the answer. Do we need to contact each tenant's administrator to get

Office365 REST API - Creating a calendar event with attachments

天涯浪子 提交于 2019-12-07 16:57:49
问题 I am unable to create a calendar event with attachments using Office365's Rest API. Creating events without attachments is not a problem. Trying to create events with attachments creates the event, but the files I send are not added. The server responds with a 201 response code. I am sending a POST request to: https://graph.microsoft.com/v1.0/me/calendars/$(calendarID)/events I use the following Authorization header: Authorization: Bearer $(tokenString) Request payload: { "start": { "dateTime

How to insert an image into Word from a URL

北慕城南 提交于 2019-12-07 16:48:32
问题 I am currently working on an Office.js add in for Word and I am trying to insert an image from a given Url. I was reviewing the Office.js documentation which is located at : InlinePicture object (JavaScript API for Word) I see that they may have a built in functionality of getting the base64 representation from a img url by "getBase64ImageSrc()" . The documentation on the dev office website is either misleading or incorrect. Looking to see if anyone has built a word-addin that inserts an

New Connector works for Outlook but not Microsoft Teams

╄→尐↘猪︶ㄣ 提交于 2019-12-07 15:58:55
问题 I'm trying to build an Office 365 Connector exclusively for use on Microsoft Teams based on this documentation. It seems to work for Outlook groups, but not for Teams. I've successfully created a Connector on the Connectors Developer Dashboard and configured it to work on Teams (image below), but when I click the "Connect to Office 365" button on my site, it gives me an error "No valid mailbox Found". When I change the settings of the Connector in the dashboard to support Outlook (and also

Create calendar event using Microsoft Graph: ErrorAccessDenied

浪尽此生 提交于 2019-12-07 15:58:30
I've been using curl and the Outlook REST API v1.0 (with basic authentication) to create calendar events in Outlook calendars. Basic authentication is soon being deprecated so I am now trying to migrate to Microsoft Graph v1.0 with OAuth 2. I have got some way down the road but am stuck at "ErrorAccessDenied" when running the POST to create the event. This is what I've done so far: Registered my app (curl) here: https://apps.dev.microsoft.com/#/appList , setting Application Permissions to Calendars.ReadWrite (and, for good measure, Delegated Permissions to Calendars.ReadWrite as well.) Using

Unable to create Discovery Client object for Accessing Office365 calendar

会有一股神秘感。 提交于 2019-12-07 11:50:49
问题 I need to integrate Office 365 Calendar into my application. I'm doing Like this public static string ClientID = SettingsHelper.ClientId; public static Uri _returnUri = new Uri(SettingsHelper.RedirectUri); public const string CommonAuthority = "https://login.windows.net/Common"; public const string DiscoveryResourceId = "https://api.office.com/discovery/"; public static AuthenticationContext _authenticationContext { get; set; } private static async Task<string> GetTokenHelperAsync

Does Microsoft Graph support Skype?

℡╲_俬逩灬. 提交于 2019-12-07 10:43:26
问题 I would like to start a collaboration session from a web page. I would like a document (excel, word are the most common) to be attached and invite several people to the session. Is this possible using Microsoft Graph (current or near future)? This is for an enterprise environment where all machines have Skype for Business running and possibly Office 365 SharePoint as well. Thanks you, Jason 回答1: It does not support Skype as of January 2016. The Graph and Skype teams are currently discussing

How to avoid redirect login.microsoft.com to live.com sign in azure active dirctory

荒凉一梦 提交于 2019-12-07 10:29:47
问题 Our scenario is : we have an application use Microsoft azure AD to authenticate our users. all of them use only organizational account . problem : After the login request, we arrive into login page( login.microsoft.com ), after few seconds we also redirected automaticaly into live.com ... how we can force to use only organizational account,but not microsoft live account or how we can avoid to redirect to live.com... 回答1: In order to restrict logins to only Azure Active Directory based