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