Module: RiCal::Properties::Freebusy::ClassMethods

Defined in:
lib/ri_cal/properties/freebusy.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#property_parserObject

:nodoc:



579
580
581
# File 'lib/ri_cal/properties/freebusy.rb', line 579

def property_parser #:nodoc:
  {"COMMENT"=>:comment_property_from_string, "DTEND"=>:dtend_property_from_string, "URL"=>:url_property_from_string, "CONTACT"=>:contact_property_from_string, "UID"=>:uid_property_from_string, "ATTENDEE"=>:attendee_property_from_string, "ORGANIZER"=>:organizer_property_from_string, "FREEBUSY"=>:freebusy_property_from_string, "REQUEST-STATUS"=>:request_status_property_from_string, "DURATION"=>:duration_property_from_string, "DTSTART"=>:dtstart_property_from_string, "DTSTAMP"=>:dtstamp_property_from_string}
end