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