# File lib/ri_cal/properties/freebusy.rb, line 56
      def dtstart_property=(property_value)
        @dtstart_property = property_value ? property_value.for_parent(self) : nil
      end