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

Microsoft Graph Library for PHP.

Results 126 msgraph-sdk-php issues
Sort by recently updated
recently updated
newest added

Facing an error when trying me fetch BookingAppoinments /solutions/bookingBusinesses/{id}/calendarView?start=2022-08-09T10:00:00+05:30&end=2022-08-16T17:00:00+05:30 When calling same API with Graph Explore its working but with SDK throwing error ``` HTTP/1.1 500 Internal Server Error Cache-Control:...

service bug
need more information

I'm trying to convert my application to the new fluent API. I specifically want to download profile photos for all the users in my organization, and was able to do...

This pull request was automatically created by the GitHub Action, **create pull request**. The commit hash is _412f65574cae549b75d189bc6afcc8ec86692cb1_. **Important** Check for unexpected deletions or changes in this PR. See [v1.0_metadata.xml](https://github.com/microsoftgraph/msgraph-metadata/blob/master/v1.0_metadata.xml)...

generated

"Microsoft Application Registration Portal (Recommended): Register a new application that authenticates using the v2.0 authentication endpoint. This endpoint authenticates both personal (Microsoft) and work or school (Azure Active Directory) accounts."...

bug: documentation
good first issue
promote
P1

This is what Im doing: `$contentType = $mail->getUniqueBody()->getContentType();` It returns an empty object. I used the select query to get the unique body. If I do `$mail->uniqueBody()` I get the...

promote
P4

Sample v1 snippet ```php // v1.x $response = $graphClient->createRequest('GET', '/users/userId/messages') ->setReturnType(Model\Message::class) ->execute(); ``` Perhaps make models a separate package? This way developers can use graph core and the models package...

ToTriage
v2: feedback

## The Problem I am using this lib for a variety of things, but the following call fails after an upgrade from 1.56.0 to 1.57.1: ```php $graph = new Graph();...

ToTriage

_Challenge_: It can be difficult to know which request configuration object and query parameter object to import. It also doesn't feel as fluent to type. _Developer realises that they can...

v2: feedback

Parent task tracking bug fixes, feedback & suggestions to improve v2.0: ## Enhancements - [ ] https://github.com/microsoft/kiota/issues/1856 - [ ] https://github.com/microsoftgraph/msgraph-sdk-php/issues/952 - [ ] https://github.com/microsoftgraph/msgraph-sdk-php/issues/951 ## Bugs - [ ]...

v2: feedback

Missing paths should have an alternative URL path that is supported. You can find alternative paths from our [API Reference](https://docs.microsoft.com/en-us/graph/api/overview?toc=.%2Fref%2Ftoc.json&view=graph-rest-1.0)

bug
v2: feedback