Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 301 Bytes

File metadata and controls

20 lines (14 loc) · 301 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const calendar = {
  name: 'Marketing calendar'
};

await client.api('/me/calendarGroups/AAMkADYAAAR9NR5AAA=/calendars')
	.post(calendar);