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





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

Namespace: MindFusion.Scheduling
Assembly: Calendar.js

 Syntax

JavaScript  Copy Code

function getResourceById (id)

 Parameters

id

Type: String
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