# File lib/ri_cal/properties/event.rb, line 551
      def recurrence_id_property=(property_value)
        @recurrence_id_property = property_value ? property_value.for_parent(self) : nil
      end