Class: Icalendar::Todo

Inherits:
Component show all
Defined in:
lib/icalendar/component/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 Attribute Summary

Attributes inherited from Component

#name, #properties, #property_params

Instance Method Summary collapse

Methods inherited from Component

#add_component, #custom_property, #multi_property?, #print_component, #print_parameter, #print_properties, #respond_to?, #to_ical

Constructor Details

#initializeTodo

Returns a new instance of Todo.



55
56
57
# File 'lib/icalendar/component/todo.rb', line 55

def initialize()
  super("VTODO")
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Icalendar::Component