Class: Icalendar::Freebusy

Inherits:
Component show all
Defined in:
lib/icalendar/component/freebusy.rb

Overview

A Freebusy calendar component is a grouping of component properties that represents either a request for, a reply to a request for free or busy time information or a published set of busy time information.

Instance Attribute Summary

Attributes inherited from Component

#name, #properties, #property_params

Instance Method Summary collapse

Methods inherited from Component

#method_missing, #print_string

Constructor Details

#initializeFreebusy

Returns a new instance of Freebusy.



8
9
10
# File 'lib/icalendar/component/freebusy.rb', line 8

def initialize()
  super("VFREEBUSY")
end

Dynamic Method Handling

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