Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 352 Bytes

File metadata and controls

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

const client = Client.init(options);

const event = {
  location: {
      displayName: 'Conf Room 2'
  }
};

await client.api('/groups/01d4ee64-15ce-491e-bad1-b91aa3223df4/calendar/events/AAMkADZlAAAAABERAAA=')
	.update(event);