python-o365
python-o365 copied to clipboard
A simple python library to interact with Microsoft Graph and Office 365 API
I am wondering if someone can add supports for more parameters, esp password, and expiration date for share_with_link() at https://github.com/O365/python-o365/blob/412d5b7dc521328ceb84a0086f1d89036bc09bd8/O365/drive.py#L830 The api doc is at https://docs.microsoft.com/en-us/graph/api/listitem-createlink?view=graph-rest-beta&tabs=http Also, is it possible...
Hi, First of thank you for you library. I'm trying to implement it in our Django backend and want to log users in using o365. I am using the "With...
User already has a office 365 e5 license, but this library cannot read that license. By the way, I’ve already login into an admin user to read another non admin...
Hi, Is there a plan for supporting certification based auth as well? Here is a link for an example implementation https://github.com/Azure-Samples/ms-identity-python-daemon/blob/master/2-Call-MsGraph-WithCertificate/confidential_client_certificate_sample.py Seems like many folks are moving to cert based...
I would like to be able to update custom column data on a file in Sharepoint. According to the docstring in drive.DriveItem.update, it isn't possible through the DriveItem object so...
Hello :) I'm trying to automate the creation, deletion, etc. of MS Todo Tasks with python-o365. Unfortunately I run into an error if I try to delete a folder. The...
I am able using your API implementation to read tasks in my own tasks folder. Howevever, is it possible to read from a shared planner (used in MS Teams)? Kind...
Is there a functionality in python-0365 to read .eml from the disk and represent it as Message object, and then call the forward or reply functions. If not can it...
Similarly to #378 , I was wondering whether there were plans to add support for Microsoft To-Do? I've made an initial implementation using the Graph API here (currently only in...
Not sure what causes the following error, got it at least 2-3 times as of now: ``` Traceback (most recent call last): folder.upload_file(item=item_name, item_name=file_name) File "/home/user/.local/lib/python3.9/site-packages/O365-2.0.16-py3.9.egg/O365/drive.py", line 1348, in upload_file...