A Todo calendar component is a grouping of component properties and possibly Alarm calendar components that represent an action-item or assignment. For example, it can be used to represent an item of work assigned to an individual; such as “turn in travel expense today”.
# File lib/icalendar/component/todo.rb, line 55 def initialize() super("VTODO") sequence 0 timestamp DateTime.now uid new_uid end