python-o365 icon indicating copy to clipboard operation
python-o365 copied to clipboard

A simple python library to interact with Microsoft Graph and Office 365 API

Results 213 python-o365 issues
Sort by recently updated
recently updated
newest added

The idea is that I do not have to download all the attachments of the mail to memory or to disk, but to be able to obtain the url with...

I've been using this API for several years without issues. It's wonderful. However, I've noticed suddenly in the last few days that my copy and move operations are not working...

bug

This would be easy to implement and would add a lot of value, is it in your plans to add it?

Feature Request

I'm trying to make a script to add Calendar events to my main calendar in outlook using python and the O365 package. But I keep running into various issues with...

Hey, Getting a folder a user has is easy with the adressbookOfUser.get_folder(folder_name=etc.) When writing a new contact to that, the new contact does not end up in the child-folder, but...

bug

Hi Thanks for this cool module it really makes my life easier! Is there a way to capture the details on the Request Errors? For example, if I'm trying to...

Hello ! I'm trying to search for the emails. After I successfully authenticated I receive this error: Client Error: 401 Client Error: Unauthorized for url: https://graph.microsoft.com/v1.0/users/f21748de002cfcb6/mailFolders/Inbox/messages?%24top=25 | Error Message: The...

Hi, I'm relatively new to the python world...and therefore to using O365. My question will probably seem trivial to many of you, but I'm blocked and need some help. I'm...

Hello ! I'm trying to send some automated emails, but I get the error with: "requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://graph.microsoft.com/v1.0/sendMail | Error Message: Resource not found...

it will be good that Directory object has methods to add/remove user

enhancement