# File lib/ri_cal/properties/event.rb, line 292
      def priority=(ruby_value)
        self.priority_property= RiCal::PropertyValue::Integer.convert(self, ruby_value)
      end