class Icalendar::Todo

Public Class Methods

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

  sequence 0
  timestamp DateTime.now
end