All Questions
Tagged with outlook-restapi rest
44 questions
1
vote
1
answer
265
views
Http with Azure AD - Graph API - POST Method - Powerapps
I'm not able to send a POST or PATCH action thru the connector because I can't figure out how to compose the body correctly.
I try it that way:
But I get this error:
I try it without brakets, with ...
0
votes
0
answers
261
views
Outlook api trying to get all attachments with /attachments is returning ErrorInvalidAttachmentId
I am new to Outlook and it's API, but from what I understand, I can get a list of attachments for a particular message.
I can get the message correctly with
client.api(`/users/${userId}/messages/${...
-1
votes
1
answer
285
views
rest api - how to send body parameters of postman in rest api call
Hi I am able to call a rest api through postman . I have added the following in body part of postman. client_id - xxxx , client_secret - *** etc.
Now i want to make rest api call through java. How do ...
0
votes
2
answers
34
views
Outlook Rest api, how to store the photo?
i think this is a pretty simple question, sorry.
I have with
GET https://outlook.office.com/api/v2.0/me/contacts('AAMkAGE1M2IyNGNm===')/photo/$value
Content-Type: image/jpg
read the photo.
but now ...
0
votes
1
answer
2k
views
Setting Extended Properties in Microsoft Graph API using proptags
I am trying to set a property tag according to Graph API documents as stated here: https://learn.microsoft.com/en-us/graph/api/resources/extended-properties-overview?view=graph-rest-1.0
I am trying ...
1
vote
0
answers
208
views
Why could MS graph explorer and my python request results be different even request details are the same
I'm using ms-graph user:findMeetingTimes api in order to retrieve free meeting times of given user.
I have used https://developer.microsoft.com/en-us/graph/graph-explorer with POST https://graph....
0
votes
0
answers
205
views
Doing batch requests for mails/contacts/calendar using outlook rest api
I've found this link that says that the Office 365 REST API
supports batch requests. I have tried to use this to retrieve emails
using the Office 365 REST API, but so far I receive a "400 - Bad
...
0
votes
1
answer
249
views
MS Outlook Task REST API '% Complete' field
The Outlook Task UI has a field '% Complete' which is stored to a precision of 1 decimal place.
However, unless I am missing something, the properties accessible in the API (both REST and Graph [beta] ...
0
votes
1
answer
2k
views
How to send email more than one "To Reciepents" using outlook rest api v1.0
I am working with outlook rest api v1.0 in laravel 5.4 using microsoft graph package. Just need to know that how i can send email more than one receipent using outlook create message api which is (api/...
0
votes
1
answer
48
views
Why setting extended property to master will also set the same extended property to occurrences?
I'm trying to link events from outlook to events in my app. So I'm setting an extended property for each event from outlook (the ID from my app).
The problem is that if I set an extended property for ...
3
votes
2
answers
411
views
deals with hidden folder
We are a little company in france, and we have developed a add-in for outlook, that used the WS exchange and VSTO. We need to develope this plugins for office 365
How can we deals with hidden folder ...
0
votes
1
answer
65
views
Call Outlook REST API without Consent Window
Hi All I need to use the Outlook REST API for the research purpose, I suppose to read the inbox messages, There will be no Web, Mobile GUI for the Grant user permissions but In the documentation and ...
1
vote
1
answer
336
views
How to create Exception in Recurrence with Outlook REST API
We can create recurring Events using Outlook REST API by defining PatternedRecurrence with OutlookServices.RecurrencePattern and OutlookServices.RecurrenceRange.
But how to define Exceptions using ...
0
votes
0
answers
117
views
Incorrect id being returned from Outlook Calendar API while fetching events
My goal is to fetch the events of a specific calendar from Outlook Calendar and store them in the database of my own application.
For that, I decided to use Outlook Calendar Get Events API
An event ...
1
vote
2
answers
20k
views
How to get Outlook Access token?
I'm using the outlook calendar rest api from Salesforce. To continuously leverage the calendar API I need to get authorisation code, access and refresh token.
I have been able to get the ...