12 questions
0
votes
0
answers
49
views
Office 365 (exchange) modifies email headers
In my application's backend (Django) I send emails to contacts.
I sometimes expect contacts to reply those emails (helpdesk application).
Using classic SMTP/IMAP-POP email server (hosted on OVH) ...
0
votes
1
answer
706
views
Microsoft Graph API: 'Tenant does not have a SPO license' Error when Accessing SharePoint Site with valid business o365 account
I am attempting to access a SharePoint site using the Microsoft Graph API from a Python script. Despite having granted the necessary permissions in Azure AD and assigning licenses, I keep encountering ...
0
votes
1
answer
601
views
Using O365 Python API to download and update Sharepoint Site List items
please does anyone knows how to download and update SharePoint Site List items with corresponding columns name and fields/values using O365 Python API ?
I am using the Sharepoint python-o365 package ...
0
votes
1
answer
400
views
I'm having trouble with [504 Server Error: Gateway Timeout for] with Graph API
I'm trying to use O365 (Python) to calculate an excel file located on OneDrive.
But it results in "504 Server Error: Gateway Timeout for" due to the large size of the file.
In the browser, ...
0
votes
1
answer
140
views
Marking emails as read in Outlook using O365 and Python
I am trying to mark emails as read in Outlook using the O365 library and Python. I am using the message.is_read property to mark the message as read, but it doesn't seem to be working. The messages ...
0
votes
2
answers
392
views
Python O365 library detect encrypted Emails
I am trying to detect if incoming emails to my O365 account is encrypted or not.
The email sender can use any email provider like Gmail, Outlook, Yahoo etc.
At the moment i am able to detect encrypted ...
0
votes
1
answer
1k
views
How to access calendar events of shared calendars via o365 and Microsoft Graph API?
I have successfully been able to access my own calendar events by registering an app in Azure and calling the Microsoft Graph API via o365. Here is the code I've been using, thanks to an article I ...
0
votes
1
answer
113
views
Pull data from excel into Python
I am working on a menu app and I need it to be dynamic.
I am having trouble figuring out how I would be able to pull data from an excel sheet into my 'menu_dictionary' value.
I want to be able to ...
0
votes
1
answer
1k
views
Is there a way to skip python-O365 Account authentication or make it possible to complete it on a UI?
I want to read outlook emails and save the attachments, and I'm using python-O365 module for that. The problem is this module requires account authentication in order to access outlook.
The workflow ...
-1
votes
1
answer
1k
views
How to mark an email as read using O365 in python
The goal of this project is to look through a mailbox and detach attachments based on subject, sender, has attachments and is read. For this to work, each email that is found must be set to read which ...
0
votes
1
answer
227
views
problem with the query of getting all-day type events on a day from microsoft calendar by O365
I have an issue with the query of getting all-day type events on a day from Microsoft calendar using O365 library. Actually, I'm going to fetch the events on a specific day by a query, and the problem ...
0
votes
2
answers
1k
views
Is there any API to revoke a user's token in mocrosoft graph?
I'm looking for an API in microsft graph to revoke a user's token. Apparently, there is no method in O365 python library for this purpose either.
Normally, we can revoke the credentials of our ...