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

Method getRecDates

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

* returns all occurrences of a recurring event * @param id the id of a recurring event * @param number the maximum number of occurrences to return (by default, 100)

(id: string, number: number)

Source from the content-addressed store, hash-verified

1908 * @param number the maximum number of occurrences to return (by default, 100)
1909 */
1910 getRecDates(id: string, number: number): any;
1911
1912 /**
1913 * gets the object of the currently displayed event

Callers 4

dhtmlxscheduler.jsFile · 0.65
collisionFunction · 0.65
collisionFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected