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

how to get a specific foder id on Onedriver can be based on attribute object_id or there is a simpler solution. Thank you everyone for reading

I was Using the library and It was working fine, but I faced an issue because of that all of files shared in teams and the library list only 500...

In the class `Recipient (`utils/util.py`) to make a string out of a recipient the name and adress is shown, as per the `__repr__` function: if self.name: return '{} ({})'.format(self.name, self.address)...

Hi, Firstly thank you for all your hard work on this project I use it often. Would you kindly include the creation of excel worksheets into excel.py so we can...

Hello, I am having trouble trying to automate the download of some emails from a mailbox. I want the script to exit with a timeout error and warn me if...

``` account = Account(credentials, auth_flow_type="credentials", tenant_id=tenant_id) if not account.is_authenticated: # will check if there is a token and has not expired # ask for a login using console based authentication....

Hi everybody It seems that Microsoft Graph has been experiencing an issue with the Calendar API since the end of May. Now, my Python app that uses python-o365 is also...

Opening this thread to separate from other items. Running this code results in the error shown below: ```python builder = ExperimentalQuery(protocol=account.protocol) schedule = account.schedule() calendars = schedule.list_calendars() calendar = calendars[1]...

It seems that when processing a Declined event message the Event object is not populated at all. It is created, but none of the member fields seem to have any...

bug

Hello, I am encountering an issue where an ICS file attached to an email does not appear as a calendar invitation in Outlook when the email is sent using the...

enhancement