13 lines
305 B
Plaintext
13 lines
305 B
Plaintext
// This file is autogenerated, DO NOT EDIT
|
|
// Use `node scripts/generate-docs-examples.js` to generate the docs examples
|
|
|
|
[source, js]
|
|
----
|
|
const response = await client.ml.getCalendarEvents({
|
|
calendar_id: "planned-outages",
|
|
start: 1635638400000,
|
|
end: 1635724800000,
|
|
});
|
|
console.log(response);
|
|
----
|