Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 355 Bytes

File metadata and controls

22 lines (16 loc) · 355 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const share = {
  notifyTeam: true,
  startDateTime: '2018-10-08T00:00:00.000Z',
  endDateTime: '2018-10-15T00:00:00.000Z'
};

await client.api('/teams/{teamId}/schedule/share')
	.post(share);