Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 332 Bytes

File metadata and controls

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

const client = Client.init(options);

let reminderView = await client.api('/me/reminderView(startDateTime='2017-06-05T10:00:00.0000000',endDateTime='2017-06-11T11:00:00.0000000')')
	.version('beta')
	.get();