I’m trying to get all the plans in a group and then their buckets and tasks. I’m using PHP and the Graph SDK I can get the plans in a group like this: Now I want to get the buckets, but that call requires the plan ID. and the plan ID is a protected member of ModelPlannerPlan::class. The ModelPlannerPlan->getBuckets() does
Tag: microsoft-graph-api
MS Graph | PHP | GET Photo – Laravel 404 exception
I’m building a website with Azure authentication using MS Graph. As you can see below I want to login and get my own data as well as my managers which is working fine, however the issue begins when I want to select the photo. When a user does not have a profile photo set it will return a 404 Not
php get sharepoint list items with microsoft graph API
I’ve access to a sharepoint list and i want to get the items from it with the graph API I can view the list items in the browser on this URL: https://[TENANT_DOMAIN_NAME].sharepoint.com/sites/[SITE_NAME]/Lists/[LIST_NAME] Created an azure app and setup the authentication with my work microsoft account, installed the msgraph-sdk-php The authentication is working, i can view the list informations with this
OneNote error creating a page in Laravel using Microsoft Graph
i’m using Microsoft Graph in my Laravel application. It works perfectly adding events to the user’s calendar, getting events, creating OneNote’s notebook. The problem occurs when i try to add a page, i’m getting the next error: The code i’m using is: The next code works fine: I can’t find the exact array or json structure for the body. What