ASP.NET Pack Programmer's Guide
Calendar.getResourceById Method
See Also
 





Returns a resource from a schedule resource collection by a specified id.

Namespace: MindFusion.Scheduling
Package: Calendar.js

 Syntax

JavaScript  Copy Code

function getResourceById (id)

 Parameters

id

The id of the resource.

 Return Value

Type: Object
The resource object if found, null otherwise.

 Remarks

The schedule resource collection (contacts, locations, tasks, resources) is determined automatically by the resource's id.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling Namespace