Method: RiCal::Properties::Journal#recurrence_id_property_from_string

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

#recurrence_id_property_from_string(line) ⇒ Object

:nodoc:



269
270
271
# File 'lib/ri_cal/properties/journal.rb', line 269

def recurrence_id_property_from_string(line) # :nodoc:
  @recurrence_id_property = RiCal::PropertyValue::DateTime.or_date(self, line)
end