Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 445 Bytes

File metadata and controls

25 lines (19 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',
  joinMeetingIdSettings: {
    isPasscodeRequired: true
  }
};

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