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





Creates a new item with the given data.

Namespace: MindFusion.Scheduling
Package: Calendar.js

 Syntax

JavaScript  Copy Code

function createItem (args)

 Parameters

args

An object that holds the data for the new item.

 Return Value

Type: Item
The created item.

 Remarks

For more information about creating items on the client-side, please refer to Manipulating Items on the Client.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling Namespace