diff --git a/includes/class-sp-calendar.php b/includes/class-sp-calendar.php index a4332735..a5f9167e 100644 --- a/includes/class-sp-calendar.php +++ b/includes/class-sp-calendar.php @@ -399,6 +399,7 @@ class SP_Calendar extends SP_Secondary_Post { if ( $this->event) { $args['p'] = $this->event; + $args['post_status'] = 'any'; } if ( 'auto' === $this->date && 'any' === $this->status ) {