Class: Icalendar::Freebusy
- 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
Instance Method Summary collapse
-
#initialize ⇒ Freebusy
constructor
A new instance of Freebusy.
Methods inherited from Component
#add_component, #add_sliced_text, #custom_property, #escape_chars, #multi_property?, #multiline_property?, #new_uid, #print_component, #print_parameters, #print_properties, #remove_component, #respond_to?, #to_ical
Methods inherited from Base
Constructor Details
#initialize ⇒ Freebusy
Returns a new instance of Freebusy.
31 32 33 34 35 36 |
# File 'lib/icalendar/component/freebusy.rb', line 31 def initialize() super("VFREEBUSY") DateTime.now uid new_uid end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Icalendar::Component