|
Whitebeam Template Reference Documentation
|
Schedule Template
event.remove()
Permanently remove an event record
See Also
rb.schedule.event.create, modify() Syntax
number = rb.schedule.event.remove(ID)
Parameters
The 'event.remove' method takes 1 parameter:
Name | Type/Value | Range/Length | Description | ID | number | | Required. Unique ID of the record to be removed |
Results
The 'event.remove' method returns number:
Type/Value | Range/Length | Description |
number |
  |
Unique ID of the record that is successfully removed. -1 if that record does not exist
|
Remarks Remove an event from the database |
|
(loadtime : 86ms) |