Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 305 Bytes

File metadata and controls

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

const client = Client.init(options);

let calendarView = await client.api('/me/calendarView?startDateTime=2020-01-01T19:00:00-08:00&endDateTime=2020-01-02T19:00:00-08:00')
	.get();