This question is from Problem Solving Strategies by Engel, Chapter 4 question 50.
If $K_{14}$ is colored with two colors, there will be a monochromatic quadrangle.
Here, $K_{14}$ is the complete graph with 14 vertices, a coloring means to assign each edge a color (lets say either red or blue) and I am assuming quadrangle means a cycle of length 4.
I know the technique to prove that $R(3,3) = 6$ (the Ramsey number), and I tried to apply it but with no success. For example, if I have a red path of length 3, then I can force the last edge to be blue. I also started by considering that each vertex has 13 neighbors, so each vertex has either more red or blue edges. So there exists at least 7 vertices, each with at least 7 edges of the same color. But I don't see a way to proceed.

Let's try to avoid a monochromatic quadrangle ($4$-cycle):
As you noted each vertex has at least $7$ incident edges with the same color. Let $x$ be a vertex and let $a_1$, $a_2$, $a_3$, $a_4$ be four vertices for which the edges from $x$ to each $a_i$ are all the same color ($i=1,2,3,4$). Without loss of generality, we may assume that the color of those edges is red.
Now let $y$ be a different vertex (not $x$ and not any of $a_1,...,a_4$). At least three of the edges $(y,a_1), (y,a_2), (y,a_3), (y,a_4)$ must be blue. (If any two are red, you get a red quadrangle using $x,a_i,y,a_j$ where the edges $(y,a_i)$ and $(y,a_j)$ are red.) Without loss of generality, we may assume $(y,a_1), (y,a_2), (y,a_3)$ are all blue edges.
If the edge from $a_1$ to $a_2$ is red, then the edge from $a_2$ to $a_3$ must be blue (otherwise $x,a_1,a_2,a_3$ is a red quadrangle). But then the edge from $a_1$ to $a_3$ will complete a monochromatic quadrangle (if red: $x,a_2,a_1,a_3$; if blue: $y,a_1,a_3,a_2$).
Similarly if the edge from $a_1$ to $a_2$ is blue, you will again get a monochromatic quadrangle.
Note: It appears to me that this argument could be used to show that a monochromatic quadrangle must exist on an edge 2-colored $K_9$.