Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 375 Bytes

File metadata and controls

23 lines (17 loc) · 375 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const plannerPlan = {
  container: {
    url: 'https://graph.microsoft.com/v1.0/groups/ebf3b108-5234-4e22-b93d-656d7dae5874'
  },
  title: 'title-value'
};

await client.api('/planner/plans')
	.post(plannerPlan);