Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 519 Bytes

File metadata and controls

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

const client = Client.init(options);

const event = {
  originalStartTimeZone: 'originalStartTimeZone-value',
  originalEndTimeZone: 'originalEndTimeZone-value',
  responseStatus: {
    response: '',
    time: 'datetime-value'
  },
  uid: 'iCalUId-value',
  reminderMinutesBeforeStart: 99,
  isReminderOn: true
};

await client.api('/groups/{id}/events/{id}')
	.version('beta')
	.update(event);