Class: When::V::Todo

Inherits:
Event show all
Defined in:
lib/when_exe/icalendar.rb

Overview

Todo を定義する

BEGIN:VTODO...END:VTODO のブロックに対応

Constant Summary collapse

Properties =
[['dtstamp', 'uid'], [],
                 ['class', 'completed', 'created', 'description',
'dtstart', 'geo', 'last_modified', 'location', 'organizer',
'percent', 'priority', 'recurid', 'seq', 'status',
'summary', 'url'], ['due', 'duration'],
                 ['rrule',
'attach', 'attendee', 'categories', 'comment', 'contact',
'exdate', 'exevent', 'rstatus', 'related', 'resources',
'rdate']]
Classes =
[Alarm]

Constants inherited from Root

Root::AwareProperties, Root::DefaultOptional, Root::DefaultUnique

Constants included from Parts::Resource

Parts::Resource::LabelProperty

Instance Attribute Summary

Attributes inherited from Event

#dtend, #dtstart, #duration, #exdate, #first_occurrence, #rdate, #rrule, #summary

Attributes inherited from Root

#calscale, #property

Attributes inherited from BasicTypes::Object

#label

Attributes included from Parts::Resource

#_pool, #child, #keys, #locale, #namespace

Method Summary

Methods inherited from Event

#_enumerator_list, _setup_, #dtstop, #each, #label, #to_gcalevent

Methods included from Parts::Resource::Pool

#[], #[]=, #_pool, #_setup_, #pool_keys

Methods included from Parts::Resource::Synchronize

#synchronize

Methods inherited from Root

#_enumerator, #include?

Methods included from Parts::Resource

#[], #^, _decode, _encode, _extract_prefix, _instance, _parse, _path_with_prefix, _replace_tags, _setup_, #each, #enum_for, #hierarchy, #include?, #included?, #iri, #leaf?, #m17n, #map, #next, #parent, #prev, #registered?

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class When::Parts::Resource