msgraph-sdk-php
msgraph-sdk-php copied to clipboard
Microsoft Graph Library for PHP.
when I tried to execute the example on the readme, I'm getting the error ``"/me request is only valid with delegated authentication flow."`` it appears that the authentication code provided...
I executed a request to obtain list of calendar Events, and when I call `$event->getRecurrence()` on Event, that does not have any recurrences, the call will return `PatternedRecurrence` object with...
Hi, I'm a premier customer engineer working with a Microsoft customer that's starting the graph api adoption using PHP and would be helpful to have throttling resilience treatment in php...
Dear all, Can help me way how to add multiple member at the one request, Im see each request only for one member. And, How can add settings general team...
Hi, Was creating a [Drupal 9 custom module](https://www.drupal.org/project/graph_mail) with graph api as default mail sender for automatic mail sending when user registers etc (Including file attachments). I've spend couple of...
https://github.com/microsoftgraph/msgraph-sdk-php-core/pull/5 add code coverage tracking to the Core library. This can be improved by making Code Coverage analysis a stand-alone PR validation step. This would need consideration of existing 3rd...
On the `SubscribedSku` model `getPrepaidUnits()` contains hydration logic to return a `LicenseUnitsDetail` model for accessing the data, however `getServicePlans()` returns an array of arrays rather than an array of `ServicePlanInfo`...
https://github.com/microsoftgraph/msgraph-sdk-php/blob/72192f38679c7def0daac0cf53648cdebcf96256/src/Beta/Microsoft/Graph/Model/Contact.php#L64 API responsed null for undefined Day of birth. For this case, msgraph-sdk-php will return the current date. Solution: need additional check value !== null [AB#10295](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/10295)
object return instead of array when call getMeetingTimeSuggestions under MeetingTimeSuggestionResult
I called the FindMeetingTime API ( /me/findMeetingTimes ) and got the list of suggestion result returned, Here is the code: $findMeetingEventsUrl = '/me/findMeetingTimes'; $results = $graph->createRequest('POST', $findMeetingEventsUrl) ->addHeaders(['Prefer'=> 'outlook.timezone="Pacific Standard...
[AB#10152](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/10152)