# File lib/icalendar/component/todo.rb, line 55
    def initialize()
      super("VTODO")

      sequence 0
      timestamp DateTime.now
      uid new_uid
    end