Method “createEvent”
function createEvent(caption)
Creates a new event
Parameters
| Name | Type | Description |
|---|---|---|
caption | string | Caption of the new event |
Return Value
Returns the EventNode object corresponding to the new event.
function createEvent(caption)
Creates a new event
| Name | Type | Description |
|---|---|---|
caption | string | Caption of the new event |
Returns the EventNode object corresponding to the new event.