Class: RiCal::Component::Freebusy

Inherits:
RiCal::Component show all
Includes:
Properties::Freebusy
Defined in:
lib/ri_cal/component/freebusy.rb

Overview

  • ©2009 Rick DeNatale, All rights reserved. Refer to the file README.txt for the license

A Freebusy (VFREEBUSY) calendar component groups properties describing either a request for free/busy time,
a response to a request for free/busy time, or a published set of busy time.

to see the property accessing methods for this class see the RiCal::Properties::Freebusy module

Instance Attribute Summary

Attributes inherited from RiCal::Component

#imported

Class Method Summary collapse

Methods included from Properties::Freebusy

#==, #add_attendee, #add_attendees, #add_comment, #add_comments, #add_date_times_to, #add_freebusy, #add_freebusys, #add_request_status, #add_request_statuses, #attendee, #attendee=, #attendee_property, #attendee_property=, #attendee_property_from_string, #attendees=, #comment, #comment=, #comment_property, #comment_property=, #comment_property_from_string, #comments=, #contact, #contact=, #contact_property, #contact_property=, #contact_property_from_string, #dtend, #dtend=, #dtend_property, #dtend_property=, #dtend_property_from_string, #dtstamp, #dtstamp=, #dtstamp_property, #dtstamp_property=, #dtstamp_property_from_string, #dtstart, #dtstart=, #dtstart_property, #dtstart_property=, #dtstart_property_from_string, #duration, #duration=, #duration_property, #duration_property=, #duration_property_from_string, #export_properties_to, #freebusy, #freebusy=, #freebusy_property, #freebusy_property=, #freebusy_property_from_string, #freebusys=, included, #initialize_copy, #mutual_exclusion_violation, #organizer, #organizer=, #organizer_property, #organizer_property=, #organizer_property_from_string, #remove_attendee, #remove_attendees, #remove_comment, #remove_comments, #remove_freebusy, #remove_freebusys, #remove_request_status, #remove_request_statuses, #request_status, #request_status=, #request_status_property, #request_status_property=, #request_status_property_from_string, #request_statuses=, #uid, #uid=, #uid_property, #uid_property=, #uid_property_from_string, #url, #url=, #url_property, #url_property=, #url_property_from_string

Methods inherited from RiCal::Component

#add_property_date_times_to, #add_subcomponent, #add_x_property, #alarms, #daylight, #default_tzid, #entity_name, #export, #export_prop_to, #export_subcomponent_to, #export_to, #export_x_properties_to, #find_timezone, from_parser, #imported?, #initialize, #initialize_copy, #last_before_local, #last_before_utc, #last_period, #method_missing, parse, parse_string, #parse_subcomponent, #process_line, #prop_string, #standard, #subcomponent_class, #subcomponents, #time_zone_for, #to_s, #tz_info_source?, #valid?, #x_properties

Constructor Details

This class inherits a constructor from RiCal::Component

Dynamic Method Handling

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

Class Method Details

.entity_nameObject

:nodoc:



13
14
15
# File 'lib/ri_cal/component/freebusy.rb', line 13

def self.entity_name #:nodoc:
  "VFREEBUSY"
end