msgraph-sdk-python icon indicating copy to clipboard operation
msgraph-sdk-python copied to clipboard

Results 120 msgraph-sdk-python issues
Sort by recently updated
recently updated
newest added

Hello, I'm trying to get our root SharePoint `Site`. However, I cannot find a way to `get()` abstract non-predefined values. For example, In API, there is `GET /sites/root` which returns...

enhancement
status:waiting-for-author-feedback

Leverage the [kiota-dom-export-diff-tool](https://github.com/microsoftgraph/kiota-dom-export-diff-too) to check for breaking changes in our weekly generation as a PoC before adding to other languages. For reference: - https://github.com/microsoftgraph/msgraph-sdk-dotnet/pull/2626 - https://github.com/microsoftgraph/msgraph-sdk-java/pull/2141

enhancement

Hello, i am using the OnBehalfOf-Flow to fetch informations about applications from graphapi. When using `asyncio.gather` to "parallelize" multiple requests (e.g. to fetch application infos and application owners) i get...

bug

### Describe the bug I am trying to get all of my task lists. I have my app set up with the ClientSecretCredential flow, and when I call the following:...

status:waiting-for-triage
type:bug

### Describe the bug Linking to my StackOverflow question: https://stackoverflow.com/questions/79070227/calendarviewrequestbuilder-msgraph-python-sdk-query-parameter-for-start-da ### Expected behavior returning events in the specified date range ### How to reproduce ``` # Create GraphServiceClient graph_client =...

status:waiting-for-triage
type:bug

depends on https://github.com/microsoftgraph/msgraph-sdk-python-core/issues/705 consider doing #927 at the same time

enhancement
type:enhancement
type:security

depends on https://github.com/microsoftgraph/msgraph-sdk-python-core/issues/704 Effectively the same for this library

enhancement
type:enhancement

### Describe the bug Initializing a WorkbookTableRow as described in the [API reference](https://learn.microsoft.com/en-us/graph/api/table-post-rows?view=graph-rest-1.0&tabs=python) results in a TypeError. ### Expected behavior Correct initialization of a WorkbookTableRow in order to append a...

Needs: Attention :wave:
type:bug

### Is your feature request related to a problem? Please describe the problem. Is there already a way to get all items for a CollectionResponse? Currently the API/SDK returns only...

question
Needs: Attention :wave:

### Describe the bug I would like to create a teams schedule with Micorosoft Graph api as a "Online Meeting", but now it was created as the "personal schedule". Microsoft...

question
type:bug