outlook-restapi Questions
1
I try to get a CalendarView which is filtered by both sensitivity and lastModifiedDateTime, but the graph API is failing when both filters are applied at once. If I run the query with one filter at...
Slapjack asked 31/10, 2018 at 15:46
2
Solved
I am using a Function app to trigger a mail, using MS Graph API, the mail body text is getting triggered properly but facing issue in rendering the header and footer image shown in picture. How to ...
Sexagenary asked 1/6, 2021 at 12:10
1
We use Outlook Batch API to send multiple Outlook REST requests in a single HTTP batch request. In Outlook Batch API, we make 200 requests in the same batch HTTP request and all the concurrent requ...
Carpophagous asked 16/8, 2022 at 10:9
2
Solved
We are converting from mail EWS into Microsoft office 365 Graph API,
I want to flat all my Folder tree into list of flat folders, so each entry in list should contain:
Folder:{parentId, myId} , ...
Hexyl asked 14/2, 2018 at 14:58
4
I want to be able to get all user's office365 photos within Azure Active directory.
Right now I'm able to get the current user's email using graph SDK
GraphServiceClient graphClient = SDKHelper.G...
Blackmore asked 9/2, 2017 at 1:24
1
We have a function set up to send emails via Outlook from our web app and it's been working great, but suddenly this morning my email inbox is flooded with errors from our system saying it couldn't...
Turnedon asked 2/7, 2021 at 6:3
4
HI can someone please help imgetting below error when calling outlook rest api
IDX21323: RequireNonce is '[PII is hidden by default. Set the 'ShowPII' flag in IdentityModelEventSource.cs to true t...
Lederhosen asked 25/5, 2018 at 20:39
2
Solved
I have a daemon script that needs to access my Office 365 inbox to read messages. Currently I am using basic authentication with V1.0 of the Outlook Rest API, which works well but since it is being...
Shun asked 10/5, 2018 at 12:54
1
I'm working to integrate Microsoft Graph with a Rails web application. We're trying to send multiple email messages via Graph, but every now and then we get a 503 Service Unavailable with the follo...
Iridaceous asked 1/6, 2018 at 22:24
0
In the last few days (starting on Oct 28, 2019), without any code change on our part, we've started seeing a significant amount of requests from our server to create events on a calendar (using thi...
Debark asked 1/11, 2019 at 17:28
2
Solved
I am trying to read emails from my O365 mailbox through a windows forms application. I want my application to read emails from O365 mailbox using my username and password.
Is it possible to access ...
Yiddish asked 30/7, 2015 at 11:24
3
Solved
We're seeing errors with the graph api when making a PATCH request to https://graph.microsoft.com/v1.0/me/calendars/$(CALENDAR_ID)/events/$(EVENT_ID).
This is in an integration that has been in pr...
Infidelity asked 25/9, 2019 at 20:2
2
I'm currently using the Microsoft Graph API to sync calendar events to my local application. On my end, I don't care to save each individual occurrence in a series, but prefer instead to just save ...
Funest asked 23/7, 2018 at 17:46
2
I am trying to compare the usage of EWS vs Outlook REST Apis for an application that needs to connect to an on-prem exchange server. From what I understand, Exchange 2016 onwards supports REST Apis...
Comparative asked 12/1, 2019 at 19:6
2
Is it possible to get timezone of a user or its calendar through Office 365 or Graph API?
I know that you can get start and end timezone from specific event. But that does not help me.
Wallsend asked 22/4, 2015 at 6:59
1
Solved
I'm trying to get email aliases through Microsoft Graph:
https://graph.microsoft.com/v1.0/me?$select=proxyAddresses
This worked for an Office 365 account of mine(business account) but I'm not ab...
Cabernet asked 9/1, 2019 at 8:45
2
Solved
We've implemented Authentication in a .Net Core 2.0 app using Microsoft Graph to authenticate against Azure AD.
That works fine and we were aiming to use Microsoft Graph for accessing Office 365 d...
Pastoralist asked 30/1, 2018 at 16:2
2
Solved
I'm trying to figure out how to create a calendar event using the Microsoft Graph JavaScript Client.
I've managed to retrieve the necessary accessToken and can interact with the API (i.e. retrieve ...
Kinchinjunga asked 3/11, 2017 at 16:1
1
Solved
sorry for the multiple posts, I can't get a post request to Microsoft Graph to work, I'm following this documentation, I'm trying to create an event in
https://graph.microsoft.com/beta/myDomain/u...
Jubilation asked 4/7, 2018 at 11:16
0
Stuck here writing JS code to send out an email via REST within a custom Outlook add-in.
Scenario is following
report
\
\---- another message (item attachment)
\
\------- attachment (file att...
Satanism asked 29/6, 2018 at 3:42
2
Solved
I'm trying to use next API method: https://msdn.microsoft.com/office/office365/APi/mail-rest-operations#SendMessages. Sending messages without attachments works just fine, but I can not understand ...
Laundryman asked 25/8, 2015 at 7:43
2
Solved
Calling /users/me/mailFolders returns the folders list with their id, displayName, parentFolderId, and some counters.
How can I determine which folder is the "Inbox"?
I cannot use displayName bec...
Artemas asked 12/2, 2018 at 12:56
1
It seems any endpoints starting starting with /outlook return this error:
GET https://graph.microsoft.com/beta/me/outlook/masterCategories
{
"error": {
"code": "RequestBroker-ParseUri",
"messag...
Allege asked 26/12, 2017 at 17:49
1
Solved
I need to be able to get the events in both directions ASC/DESC using Microsoft Graph API. I'm trying the following API to achieve that:
https://graph.microsoft.com/v1.0/me/events?$orderby=start
...
Florettaflorette asked 16/11, 2017 at 13:35
1
I am working on a multi-tenant daemon application. The application needs to send an email on behalf of the user. The email sent by the application would have to include another email from the user'...
Tucky asked 2/10, 2017 at 15:11
1 Next >
© 2022 - 2024 — McMap. All rights reserved.