Let $X_{(t;t+\Delta t]}$ be the count of incidents in an interval starting at time $t$ and duration $\Delta t$, where the incidents belong to a Poisson Process with rate of occurrence $2$ per week. Measure time units in weeks.
$\mathsf P(X_{(t;t+\Delta t]}= k) = \dfrac{(2\Delta t)^k e^{-2\Delta t}}{k!}$
a) Probability of occurrence: some accident, in a week.
$\mathsf P(X_{(t;t+1]} \geq 1)=1-\dfrac{2^0 e^{-2}}{0!}$ as you had (assuming calculations okay)
b) Probability of occurrence: four accidents, in the course of two weeks.
$\mathsf P(X_{(t;t+2]}=4) = \dfrac{4^4e^{-4}}{4!}$ as you had (assuming calculations okay)
c) Probability of occurrence: two accidents in one week, and two more in the following week.
(I) The counts of incidents in disjoint intervals of a Poisson Process, are independently distributed.
(II) The distribution for a count of incidents in an interval is not determined by the start of the interval, only its length.
$$\begin{align}\mathsf P(X_{(t;t+1]}=2\cap X_{(t+1;t+2]}=2)~&=~\mathsf P(X_{(t;t+1]}=2)\cdot\mathsf P(X_{(t+1;t+2]}=2) \tag I \\[1ex] &=~\mathsf P(X_{(0;1]}=2)^2 \tag{II} \\[1ex] &=~{\left(\dfrac{2^2e^{-2}}{2!}\right)}^2\end{align}$$