* 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)
| 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 |
no outgoing calls
no test coverage detected