I got it to work by using
$next_week = date(Ymd, strtotime("+7 days"));
and then comparing the $start_date to $next_week.
Got it working. Thanks for the help!
Can you expand on how “next_event->date” would work? How do I get WordPress to scan the next/previous post?