Method: RiCal::Properties::Journal#contact_property

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

#contact_propertyObject

return the the CONTACT property which will be an array of instances of RiCal::PropertyValueText

purpose (from RFC 2445)

The property is used to represent contact information oralternately a reference to contact information associated with the calendar component.

see RFC 2445 4.8.4.2 pp 104-106



698
699
700
# File 'lib/ri_cal/properties/journal.rb', line 698

def contact_property
  @contact_property ||= []
end