# File lib/ri_cal/occurrence_enumerator.rb, line 260
    def recurs?
      @rrule_property && @rrule_property.length > 0 || @rdate_property && @rdate_property.length > 0
    end