Method: RiCal::Properties::Journal#rdate

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

#rdateObject

return the value of the RDATE property which will be an array of instances of OccurrenceList



998
999
1000
# File 'lib/ri_cal/properties/journal.rb', line 998

def rdate
  rdate_property.map {|prop| prop ? prop.ruby_value : prop}
end