Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 355 Bytes

File metadata and controls

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

const client = Client.init(options);

let occurrencesView = await client.api('/me/settings/workHoursAndLocations/occurrencesView(startDateTime='2025-12-01T00:00:00Z',endDateTime='2025-12-01T23:59:59Z')')
	.version('beta')
	.get();