Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
49 views

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) ...
lbris's user avatar
  • 1,259
0 votes
1 answer
706 views

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 ...
Tim Barrow's user avatar
0 votes
1 answer
601 views

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 ...
Godspower's user avatar
  • 107
0 votes
1 answer
400 views

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, ...
Masara Oshima's user avatar
0 votes
1 answer
140 views

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 ...
TaghreedReda's user avatar
0 votes
2 answers
392 views

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 ...
lorem_bacon's user avatar
0 votes
1 answer
1k views

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 ...
Jess's user avatar
  • 9
0 votes
1 answer
113 views

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 ...
Andrew Goldtrap's user avatar
0 votes
1 answer
1k views

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 ...
Abhinav's user avatar
  • 315
-1 votes
1 answer
1k views

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 ...
user_root's user avatar
0 votes
1 answer
227 views

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 ...
Benyamin Jafari's user avatar
0 votes
2 answers
1k views

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 ...
Benyamin Jafari's user avatar