An Alarm calendar component is a grouping of
component properties that is a reminder or alarm for an event or a to-do.
For example, it may be used to define a reminder for a pending Event or an overdue Todo.
Public Class Methods
new()click to toggle source
# File lib/icalendar/component/alarm.rb, line 37definitialize()
super("VALARM")
# Almost everyone just wants to display so I make it the # default so it works for most people right away...action"DISPLAY"end