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 code has been working fine for a while (as you can see, at the bottom of the image, the code was run successfully and got the correct output results...

I have two python files, one calls a sharepoint doc library, attaches and reads an excel file. the other does the same for the onedrive associated with the azure application...

needs triage

I have a problem copying files in a shared OneDrive. ## Error Description When attempting to copy files from one directory to another in a shared OneDrive using the following...

i have tried to pass # Create a new rule with specified conditions new_rule = inbox.new_rule() new_rule.display_name = "From partner" new_rule.sequence = 2 new_rule.is_enabled = True new_rule.conditions = MessageRulePredicates(sender_contains=["adele"]) but...

The current implementation of O365 as of today (2.0.32) is wrong when handling timezones. The current implementation: 1. will request to msgraph all dates in utc 1. will define a...

The issue is strange, it should be simple but for some reason it is not working. I want to use the following method to open a file instance: ```` my_drive...

I see most of using the library, use loop through the directories to reach to the file, Is there a way to reach to the file by the path direct....

enhancement

windows_tz.py, line 638 is now throwing 'ZoneInfo object has no attribute Zone' exception when Calendar.new_event is called. iana_tz.zone if isinstance(iana_tz, tzinfo) else iana_tz) Rolling back to o365 2.0.31 resolves the...

Hi, I am experiencing a bug, that happens when I delete a **created event** in calendar, the calendar **does not refresh**. It happens for event that have not started yet...

First off, I want to start by saying I love this library. It has helped me so much with many projects at my work - thank you! I stumbled across...