Method: RiCal::Properties::Journal#recurrence_id

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

#recurrence_idObject

return the value of the RECURRENCE-ID property which will be an instance of either DateTime or Date



265
266
267
# File 'lib/ri_cal/properties/journal.rb', line 265

def recurrence_id
  recurrence_id_property ? recurrence_id_property.ruby_value : nil
end