Class: Icalendar::Todo
- Inherits:
-
Component
- Object
- Component
- Icalendar::Todo
- Defined in:
- lib/agcaldav/todo.rb
Overview
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”.
Instance Method Summary collapse
-
#initialize ⇒ Todo
constructor
A new instance of Todo.
Constructor Details
#initialize ⇒ Todo
Returns a new instance of Todo.
55 56 57 58 59 60 |
# File 'lib/agcaldav/todo.rb', line 55 def initialize() super("VTODO") sequence 0 DateTime.now end |