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.
# File lib/icalendar/component/alarm.rb, line 36 def initialize() 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