Method: RiCal::Properties::Journal#add_rdate

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

#add_rdate(*ruby_value) ⇒ Object

add one value to the RDATE property one instances of OccurrenceList may be passed to this method



980
981
982
# File 'lib/ri_cal/properties/journal.rb', line 980

def  add_rdate(*ruby_value)
 self.rdate_property << RiCal::PropertyValue::OccurrenceList.convert(self, *ruby_value)
end