Returns the item with the specified id at the specified occurrence.
Namespace: MindFusion.Scheduling
Assembly: Calendar.js
JavaScript
![]() |
---|
function getItemById (id, [occurrenceIndex]) |
Type: String
The id of the item.
Type: Number
The occurrence index of the item.
Type: Item
The item; null if no item with the specified id and occurrence index has been found.