MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / getEvents

Method getEvents

codebase/dhtmlxscheduler.es.d.ts:1891–1891  ·  view source on GitHub ↗

* returns a collection of events which occur during the specified period * @param from optional, the start date of the period * @param to optional, the end date of the period

(from?: Date, to?: Date)

Source from the content-addressed store, hash-verified

1889 * @param to optional, the end date of the period
1890 */
1891 getEvents(from?: Date, to?: Date): any[];
1892
1893 /**
1894 * gets the label of a select control in the lightbox

Callers 15

JtFunction · 0.65
eaFunction · 0.65
dhtmlxscheduler.jsFile · 0.65
JtFunction · 0.65
eaFunction · 0.65
extend$cFunction · 0.65
doMouseMoveFunction · 0.65
collisionFunction · 0.65
scheduler_nodeFunction · 0.65
minicalFunction · 0.65
year_viewFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected