122 questions
0
votes
1
answer
115
views
401 code return when read mail by msal Credential Grant, the access token is correct and /users is success
I need read email from my hotmail account,my app is a daemon, so I use client secret mode to get tokens, yes, its success got token, and get /users is success also, however when i try to get /users/{...
1
vote
1
answer
264
views
Unauthorized 401 when i access /user/{id}/messages through graph api within delegated mode
I have meet big problem about read mail from my outlook account, it takes me about serval days, however still failed, somebody can help me?
I am referring to this document:
https://learn.microsoft.com/...
1
vote
1
answer
105
views
How to get outllok calendar list?
I have set up a azure app and granted all required permission to get calendar list of logged in user
Now I am calling calendar list api from post man with all required credentials with the scope ...
-1
votes
1
answer
106
views
Outlook Python Azure/MSgraph API get access token error possible admin problem using work account login for link
Hello i am following a tutorial on outlook python api automation and which the original code works using authority='https://login.microsoftonline.com/consumers/' but our situation is my mom is the ...
0
votes
0
answers
109
views
Generate dates using microsoft graph api for outlook events
I am getting recurrence pattern from microsoft graph api . I need to generate dates in code on the basis of recurrence pattern details which it gives me.
This is the pattern which I am getting
"...
0
votes
0
answers
36
views
Not able to create data structure for multiple dates to show
I am getting data from microsoft outlook graph api and I am looking for generating recurring data structures. Problem is for some use cases my code completely fails . A example of that recurrence ...
-1
votes
2
answers
1k
views
python exe runs fine manually, but in windows task scheduler it start and then it crashes
I created an exe with auto-py-to-exe (onefile).
the exe works fine, but when I want to run this automatically in windows task manager the exe does start, but throw out an error on the location of my ...
0
votes
2
answers
449
views
Microsoft Graph - get Outlook Calender events - 403 Forbidden
I tried to receive all events for an Microsoft 365 User. It's a business license and a add an App with all User/Mail/Calendar Permissions (also consent granted) to Api permissions.
When running this ...
3
votes
1
answer
2k
views
Move or copy E-Mails from user mailbox to shared mailbox by API – Microsoft 365?
I need to copy or move Emails from a user mailbox to a shared mailbox.
Per Graph API this case is not possible:
message: copy - Microsoft Graph beta | Microsoft Learn
message: move - Microsoft Graph ...
0
votes
1
answer
281
views
How to limit Gmail API and MSGraph email API to specific email subjects
I've built a CRM webapp with Django for a specific lead heavy industry. It's working for both gmail and outlook users. Through MsGraph and Google API, the user is able to give authorization via Oath2 ...
0
votes
1
answer
898
views
Get MIME content of multiple messages using Microsoft Graph API
It is well documented that you can use the MS Graph API to get the MIME content of a single message by appending $value to the query.
However, I am using the /messages endpoint with a search to grab a ...
1
vote
3
answers
549
views
Can't call Graph API calendars from a daemon application
I am new to the Graph API and would like to call my outlook calendars with the event schedules from a daemon application.
When I login to Microsoft account using the email I use to login to Azure I ...
0
votes
1
answer
726
views
Access Token through Azure Active Directory for Graph API ends in Property Error
I'm trying to call the Graph API: https://graph.microsoft.com/v1.0/me/sendMail.
I run the query successfully with the Graph Explorer, where I gave my user the Mail.Send permission. And if I use the ...
1
vote
1
answer
743
views
Outlook / Exchange API (Microsoft Graph?)
I am making a quick program that can check another users Outlook calendar and book an appointment. The booking part is fine, but I am looking at a way to return other users calendar information, ...
0
votes
1
answer
286
views
Json Property indicating a private email in OutLook Email
I was trying to fetch the emails from OutLook using the microsoft's web api ( https://graph.microsoft.com/v1.0/me/mailFolders('inbox')/messages ).
A User can mark an email as a private email by ...