Skip to content

Tag: microsoft-graph-api

Planner Plan get ID

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 ModelPlann…