outlook-restapi Questions
2
Solved
An application I am working on needs access to the headers of an email - specifically ones like return-path, in-reply-to, and references. Ideally, we would love to be able to access all of the RFC ...
Sundry asked 29/6, 2016 at 15:2
1
Solved
This question is based on a previous question I asked but with a bit more detail and experience since.
First some background, I have an Outlook Addin that should forward a users message and then m...
Barathea asked 14/9, 2017 at 0:1
1
Solved
I am working on a current project where we already using Identity Server to auth. Here we use the Access token to access the microsoft Graph API to get Meetings, profile pictures and other stuff.
...
Randeerandel asked 4/7, 2017 at 9:3
2
Solved
This document that applies to Exchange Server suggests that the bulk of API / Web Services is SOAP based:
https://msdn.microsoft.com/en-us/library/office/dd877012(v=exchg.150).aspx
However i see t...
Overcash asked 23/2, 2017 at 10:56
3
This question has been asked several times and as per answers such as this it seems the API didn't support this then until recently as here which mentions that there are new scopes which allow acce...
Ankylostomiasis asked 2/11, 2016 at 13:44
1
I have users that cannot use our services because Outlook REST API returns the following error code RESTAPINotEnabledForComponentSharedMailbox.
It looks like their mailbox is not a shared mailbox....
Tuchman asked 26/1, 2017 at 10:43
1
Solved
Trying to fetch calendar events in order to allow a user to pick a time for a meeting where the attendees and the meeting room are available.
We're using Outlook Calendar REST API v2 - findMeeting...
Sock asked 26/2, 2017 at 9:32
2
I developed an Outlook Web Add-in that is working fine. It's a Taskpane that is available in compose mode of appointments and that collects event's data, adds a few ones and send that all to an API...
Ignorant asked 14/2, 2017 at 9:49
0
I know I can read contacts with the Office 365 API but I can't figure out if it's possible to fetch the contacts from the address book.
Elsa asked 30/11, 2016 at 21:1
1
Solved
I spent some time playing around with Azure AD OAuth 2.0.
An access token obtained with scope https://outlook.office.com/mail.read throws 401 Unauthorized when used with Microsoft Graph.
Simila...
Caulk asked 23/11, 2016 at 11:18
1
Solved
I've found the following documentation on how to send email using Office 365 rest API.
This is the example given on the doucmentation:
POST https://outlook.office.com/api/v2.0/me/sendmail
{
"Me...
Philips asked 10/11, 2016 at 19:25
2
Solved
I followed the tutorial below to get mail using outlook api.
This works, but requires the user to login every time to give access. Is there a way to give permanent / offline access? Similar to how ...
Mow asked 9/9, 2015 at 15:36
2
Solved
By hitting this request: https://outlook.office365.com/api/v1.0/users/[email protected]/events
in a browser I can enter my admin username and password and get Calendar Events for that specific...
Zellazelle asked 2/6, 2015 at 11:6
1
Please note that this question is not regarding generic REST service calling. Its about specific Office 365 REST service API.
To be specific I need to utilize the 'Contact' API here: https://msdn....
Crystallite asked 11/1, 2016 at 13:18
1
Solved
I know it is possible to get the headers from an email with this Outlook REST, but is there a way that we can set custom headers as well? I can't seem to find any documentation.
Scat asked 5/7, 2016 at 23:7
1
Solved
How can I get an Office365 meeting room calendar using Outlook Calendar REST API?
I can't find anything useful on the api documentation or stackoverflow..
Reinhard asked 27/5, 2016 at 12:20
2
Solved
Using the Office 365 API, we'd like to allow users to view meeting rooms calendars and reserve them for events according to their permissions within Office 365.
I understand it's possible with an ...
Claudelle asked 18/1, 2016 at 15:32
2
Solved
I'm developing an Android App based on Outlook-SDK-Android. The App talks with Outlook Calendar REST API to retrieve, book and delete events (see code examples here and here). Now I need to read so...
Tester asked 13/3, 2016 at 22:16
1
Solved
I'm using Outlook-SDK-Android (MS) to talk with Outlook Calendar REST API.
So far I've been able to get the events from my calendar using:
import com.microsoft.services.outlook.fetchers.OutlookC...
Rift asked 8/3, 2016 at 19:13
1
Solved
I'm just getting started with the Outlook REST API. My baseline is the tutorial that uses node-outlook.
First order of business is to retrieve all of the folders in my mail account.
So I issue this...
Hifi asked 14/2, 2016 at 22:26
1
Solved
I am working on an application that needs to retrieve and edit calendar events from Outlook.com and Office 365. I have seen there are 2 options:
Outlook REST API
Microsoft Graph API
They seem to ...
Quake asked 27/12, 2015 at 13:4
2
I'm attempting to build an application that will have access to all of an organization's calendars (users, rooms, etc).
Currently my auth flow will sign in on behalf of a tenant user and make use o...
Pettifer asked 8/4, 2015 at 15:36
2
Solved
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....
Hennebery asked 22/7, 2015 at 19:51
1
Solved
I have a question about Office365 REST API. Is there a way to obtain list of resources - meeting room calendars.
I can only get meetings that will take place in room if I know meeting room usernam...
Ureter asked 14/4, 2015 at 13:0
2
Solved
I'm building a WPF-app that's doing a summary of several user's calendar in the organization. The Company is using Office 365 so I thought that the Office 365 API would be the best way to go.
I've...
Socman asked 13/9, 2014 at 7:30
© 2022 - 2024 — McMap. All rights reserved.