Module: RiCal::Properties::Freebusy::ClassMethods
- Defined in:
- lib/ri_cal/properties/freebusy.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#property_parser ⇒ Object
:nodoc:.
Instance Method Details
#property_parser ⇒ Object
:nodoc:
580 581 582 |
# File 'lib/ri_cal/properties/freebusy.rb', line 580 def property_parser #:nodoc: {"DTEND"=>:dtend_property_from_string, "DTSTART"=>:dtstart_property_from_string, "DTSTAMP"=>:dtstamp_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, "REQUEST-STATUS"=>:request_status_property_from_string, "FREEBUSY"=>:freebusy_property_from_string, "COMMENT"=>:comment_property_from_string, "DURATION"=>:duration_property_from_string} end |