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

Hello, I think the SetOwners and SetMembers in Microsoft\Graph\Model\Group should have an array key with respectively [email protected] and [email protected] instead of members and owners in _propDict array , line 768...

promote
P2
needs investigation

Enum `windowsMalwareCategory` has two values, `remoteControlSoftware` and `remote_Control_Software` which both generate to the same value in the SDK because the generator converts camelCase to CAPS_CASE. This will also be an...

tracked
cross-platform
beta
promote
P3
kiota

Hello everyone, My script kept receiving `503 Service Unavailable` errors from the Graph API when using `createCollectionRequest()->getPage()` to retrieve calendar events. The code and debugging steps are described in detail...

service bug

Hi team, I am a bit of a rookie but keen to see if this is an issue or if I am doing something wrong. I have searched everywhere but...

request: feature
P2

CSDL entities List and Print share the same name with PHP keywords. The generator disambiguates from the keywords by prepending "Graph" to the generated type name. We need to make...

P1

Validate that the model inheritance is valid. [AB#8587](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/8587)

P3

According to the documentation ``` The Microsoft Graph REST API has a 4 MB request limit. Anything above this will fail with the error message "request too large (413)". ```...

question
service bug

The issue here is that there is special generation code for Entity that is used by all models. This common functionality gets/sets the OData type and serializes an object. The...

breaking change
promote

Hi, using the _**invitation**_ endpoint on Microsoft Graph for a guest user that already exists on the directory I have an internal server error. The http status code returned from...

service bug
promote

I am using PHP Graph. Following the guidelines at the example 2 of: https://learn.microsoft.com/en-us/graph/api/calendar-post-events?view=graph-rest-1.0&tabs=http. Query: ``` array:8 [ "Subject" => "subject" "Body" => array:2 [ "ContentType" => "text" "Content" =>...

ToTriage
Needs: Attention :wave: