msgraph-sdk-python
msgraph-sdk-python copied to clipboard
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...
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
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...
### 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:...
### 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 =...
depends on https://github.com/microsoftgraph/msgraph-sdk-python-core/issues/705 consider doing #927 at the same time
depends on https://github.com/microsoftgraph/msgraph-sdk-python-core/issues/704 Effectively the same for this library
### 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...
### 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...
### 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...