Method: RiCal::Properties::Journal#related_to_property

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

return the the RELATED-TO property which will be an array of instances of RiCal::PropertyValueText

purpose (from RFC 2445)

The property is used to represent a relationship or reference between one calendar component and another.

see RFC 2445 4.8.4.5 pp 109-110



887
888
889
# File 'lib/ri_cal/properties/journal.rb', line 887

def related_to_property
  @related_to_property ||= []
end