Class: When::V::Freebusy

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

Overview

Freebusy を定義する

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

Constant Summary collapse

Properties =
[['dtstamp', 'uid'], [],
['contact', 'dtstart', 'dtend',
 'organizer', 'url'], [],
['attendee', 'comment', 'freebusy', 'rstatus']]
Classes =
[]

Constants inherited from Root

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

Constants included from Parts::Resource

Parts::Resource::LabelProperty, Parts::Resource::Prefix, Parts::Resource::PrefixIndex, Parts::Resource::PrefixKeys, Parts::Resource::PrefixValues

Instance Attribute Summary collapse

Attributes inherited from Event

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

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 inherited from BasicTypes::Object

#tap

Methods included from Parts::Resource

#[], #^, _extract_prefix, _instance, _parse, _path_with_prefix, #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

Instance Attribute Details

#freebusyObject (readonly)

Returns the value of attribute freebusy.



764
765
766
# File 'lib/when_exe/icalendar.rb', line 764

def freebusy
  @freebusy
end