Class: Icalendar::Todo

Inherits:
Component
  • Object
show all
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

Constructor Details

#initializeTodo

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
  timestamp DateTime.now
end