# File lib/ri_cal/properties/event.rb, line 624 def duration=(ruby_value) self.duration_property= RiCal::PropertyValue::Duration.convert(self, ruby_value) end