Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 445 Bytes

File metadata and controls

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

const client = Client.init(options);

const onlineMeeting = {
  startDateTime: '2019-07-12T14:30:34.2444915-07:00',
  endDateTime: '2019-07-12T15:00:34.2464912-07:00',
  subject: 'User meeting',
  meetingTemplateId: '05b9ed5f-2ac3-4470-aae9-f4a0c30b1a4b'
};

await client.api('/me/onlineMeetings')
	.post(onlineMeeting);