This function deletes the specified event.
Parameter: evname Type: string Description: This is the event name to delete. Note that the name is not case-sensitive.
None.
sub main()
hs.DeleteEvent "evening"
end sub