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

I use this SDK to get user events from the Outlook calendar (https://outlook.office.com/calendar/view/week). When a user uses a calendar on a website and wants to create an event for the...

needs investigation

I'm encoutering an issue with using ApiException to get exceptions in v2.0.0 RC9. The message variable is always blank with exceptions for most commands regarding working with sites, drives, and...

question
v2: feedback

Following automated creation of weekly generation PRs moving to ADO & deprecation of the PR creation workflows in our [v1](https://github.com/microsoftgraph/msgraph-sdk-php/pull/1157) and [beta](https://github.com/microsoftgraph/msgraph-beta-sdk-php/pull/141) repos, our workflows to bump SDK versions in...

bug

Hi, I've been implementing the v2.2 version of the msgraph-sdk this week; however I'm facing an issue. How can I encode the models returned from the client to JSON so...

v2: feedback

Hello, I created in php a class that makes an Graph Client (Creates access token and appClient). I'm trying to create a GET request to list all my onedrive root...

question

I want to create an item to a Sharepoint List with one column being hyperlink. But theres is no examples and the errors returned by the api are not very...

We are using v1 (1.109.2) and are seeing problems when handling change notifications: "unhandled enum value Updated" Model/ChangeType.php is stating that it only supports _updated/deleted/created_ (note the lower case words)....

I try to send un email with ClientCredential and it doesn't work, i dont known if i do ther right thing : Here is my code : ``` $tokenRequestContext =...

Has anyone ever managed to access a publicly shared folder or just using an Azure Application based Auth2 access token (i.e. without being logged in)? using Microsoft Graph?

needs investigation

I was able to solve this for the time being making a copy of the Recipient model and renaming everything as From You can also just use the Recipient model...

question