Gets an array with all appointments which are placed in the specified cell, but are hidden due to a lack of space.
Namespace: MindFusion.Scheduling
Assembly: Calendar.js
JavaScript
![]() |
---|
function getCueCellItems (cell) |
Type: Object
The cell to look into.
Type: Array
The list with the cue items.
This function is not available for Timetable view and will return an empty array if used there. For Timetable use getCueHeaderItems instead.
The structure of the cell object is discussed in detail in this topic.