Static Functions
Root static functions of Scheduler Component
| Name | Parameters | Returns | Description |
|---|---|---|---|
| getCellDimensions | schedulerRef : HTMLElement | null | Measures the actual cell dimensions from the DOM. Params: | |
| filterEventsByRecurrenceIdWithParent | events : EventModel[]recurrenceID : string | numberforFollowingEvent? : boolean | Object | Filters events by recurrence ID and returns matching events along with parent event. Params: |
| validateRecurrencePattern | eventData : EventModel | string* | *null | Validates recurrence pattern to ensure start/end times are within the interval bounds. Params: |