class Icalendar::Todo

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”.

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/agcaldav/todo.rb, line 55
def initialize()
  super("VTODO")

  sequence 0
  timestamp DateTime.now
end