Skip to content
Advertisement

Tag: office365

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 ModelPlannerPlan->getBuckets() does

Office 365 api in PHP

I’m trying to make an calendar view for my company to show which employees are available. I made an app in Azure, I can logon in to the system, I get an access token, but I can’t get information. I build the request url using curl and send this header with my request And all I get as a response

Advertisement