# File lib/ri_cal/properties/event.rb, line 1222
      def multiple_related_to=(ruby_values)
        @related_to_property = ruby_values.map {|val| RiCal::PropertyValue::Text.convert(self, val)}
      end