Method: RiCal::Properties::Journal#recurrence_id=
- Defined in:
- lib/ri_cal/properties/journal.rb
#recurrence_id=(ruby_value) ⇒ Object
set the value of the RECURRENCE-ID property
259 260 261 |
# File 'lib/ri_cal/properties/journal.rb', line 259 def recurrence_id=(ruby_value) self.recurrence_id_property= RiCal::PropertyValue::DateTime.convert(self, ruby_value) end |