Whitebeam Template Reference Documentation

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

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
IDnumber  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

Whitebeam release 1.3.36
(loadtime : 75ms)