Static Functions

Root static functions of Scheduler Component

NameParametersReturnsDescription
getCellDimensions
  • schedulerRef

    : HTMLElement | null
  • Measures the actual cell dimensions from the DOM.


    Params:
  • schedulerRef: Reference to the scheduler element
  • filterEventsByRecurrenceIdWithParent
  • events

    : EventModel[]
  • recurrenceID

    : string | number
  • forFollowingEvent?

    : boolean
  • Object

    Filters events by recurrence ID and returns matching events along with parent event.


    Params:
  • events: The events array to filter
  • recurrenceID: The recurrence ID to match against
  • forFollowingEvent: Filter parent related events
  • validateRecurrencePattern
  • eventData

    : EventModel
  • string* | *null

    Validates recurrence pattern to ensure start/end times are within the interval bounds.


    Params:
  • eventData: Event to validate