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

Hi, would there be an SDK to manage subscribed SKUs and to assign licenses to users? Thank you. https://learn.microsoft.com/en-us/graph/api/subscribedsku-list?view=graph-rest-1.0&tabs=http https://learn.microsoft.com/en-us/graph/api/user-assignlicense?view=graph-rest-1.0&tabs=http

Feature Request

I suggest that we put most of the contents of the readme into the documentation, because the huge readme is hard to navigate and readme's aren't supposed to huge anyway....

Say I have a shared mailbox, how can I determine: 1. The owner 2. The users that have access to the mailbox

File "C:\Projects\ambiental\myenv\Lib\site-packages\O365\drive.py", line 1211, in search if query.has_filters: ^^^^^^^^^^^^^^^^^ AttributeError: 'str' object has no attribute 'has_filters' ![Screenshot 2024-04-21 124936](https://github.com/O365/python-o365/assets/50039280/3a66b1bc-7109-4147-ae50-713298072f11)

bug

Could you add the 'bucket_id' in the accepted parameters for the update method? It is not possible to move tasks through buckets otherwise. Thanks! https://github.com/O365/python-o365/blob/855dfc213a47ecea223a5d6a297d1711d11e4de7/O365/planner.py#L345

How to ignore email signature files while downloading attachments using the mailbox ? I noticed that the images in the signature are named image001.jpg and so on. Also these signature...

Hi, i was trying to rewrite this query that is working with Psotman and the O365 **messages** endpoint: `NOT(categories/any(a:a eq 'Category1') or categories/any(a:a eq 'Category2'))` I had thought that this...

## RuntimeError when attempting to send email via O365 I'm trying to send an email using the O365 Python package, but I'm encountering a `RuntimeError` stating that `no auth token...

**My Problem:** I have made a program, that gets the number of emails inside an inbox. It also saves and loads the tokens correctly from the token backend, but i...

Hi there: in class Group, method get_user_groups , I'm getting the first 100 groups and not the rest although I'm iterating over the results as indicated by the documentation. Is...