DeleteEvent

Purpose

This function deletes the specified event.

Parameters

Parameter: evname
Type: string
Description: This is the event name to delete.  Note that the name is not case-sensitive.

Returns

None.

Example

sub main()

hs.DeleteEvent "evening"

end sub