MindFusion.Scheduling for ASP.NET Programmer's Guide
Calendar.getItemById Method
See Also
 





Returns the item with the specified id at the specified occurrence.

Namespace: MindFusion.Scheduling
Assembly: Calendar.js

 Syntax

JavaScript  Copy Code

function getItemById (id, [occurrenceIndex])

 Parameters

id

Type: String
The id of the item.

occurrenceIndex
Optional.

Type: Number
The occurrence index of the item.

 Return Value

Type: Item
The item; null if no item with the specified id and occurrence index has been found.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling Namespace