WP_Query Object
(
[query] => Array
(
[post_type] => event
[posts_per_page] => 100
[orderby] => meta_value
[meta_key] => start_date
[order] => ASC
[tax_query] => Array
(
[0] => Array
(
[taxonomy] => event-type
[field] => term_id
[terms] => 6
)
)
[meta_query] => Array
(
[relation] => OR
[0] => Array
(
[key] => start_date
[value] => 2026-06-22 11:40:12
[compare] => >=
[type] => DATETIME
)
[1] => Array
(
[key] => end_date
[value] => 2026-06-22 11:40:12
[compare] => >=
[type] => DATETIME
)
[2] => Array
(
[key] => end_date
[compare] => NOT EXISTS
)
)
)
[query_vars] => Array
(
[post_type] => event
[posts_per_page] => 100
[orderby] => meta_value
[meta_key] => start_date
[order] => ASC
[tax_query] => Array
(
[0] => Array
(
[taxonomy] => event-type
[field] => term_id
[terms] => 6
)
)
[meta_query] => Array
(
[relation] => OR
[0] => Array
(
[key] => start_date
[value] => 2026-06-22 11:40:12
[compare] => >=
[type] => DATETIME
)
[1] => Array
(
[key] => end_date
[value] => 2026-06-22 11:40:12
[compare] => >=
[type] => DATETIME
)
[2] => Array
(
[key] => end_date
[compare] => NOT EXISTS
)
)
[error] =>
[m] =>
[p] => 0
[post_parent] =>
[subpost] =>
[subpost_id] =>
[attachment] =>
[attachment_id] => 0
[name] =>
[pagename] =>
[page_id] => 0
[second] =>
[minute] =>
[hour] =>
[day] => 0
[monthnum] => 0
[year] => 0
[w] => 0
[category_name] =>
[tag] =>
[cat] =>
[tag_id] =>
[author] =>
[author_name] =>
[feed] =>
[tb] =>
[paged] => 0
[meta_value] =>
[preview] =>
[s] =>
[sentence] =>
[title] =>
[fields] => all
[menu_order] =>
[embed] =>
[category__in] => Array
(
)
[category__not_in] => Array
(
)
[category__and] => Array
(
)
[post__in] => Array
(
)
[post__not_in] => Array
(
)
[post_name__in] => Array
(
)
[tag__in] => Array
(
)
[tag__not_in] => Array
(
)
[tag__and] => Array
(
)
[tag_slug__in] => Array
(
)
[tag_slug__and] => Array
(
)
[post_parent__in] => Array
(
)
[post_parent__not_in] => Array
(
)
[author__in] => Array
(
)
[author__not_in] => Array
(
)
[search_columns] => Array
(
)
[ignore_sticky_posts] =>
[suppress_filters] =>
[cache_results] => 1
[update_post_term_cache] => 1
[update_menu_item_cache] =>
[lazy_load_term_meta] => 1
[update_post_meta_cache] => 1
[nopaging] =>
[comments_per_page] => 50
[no_found_rows] =>
[taxonomy] => event-type
[term_id] => 6
)
[tax_query] => WP_Tax_Query Object
(
[queries] => Array
(
[0] => Array
(
[taxonomy] => event-type
[terms] => Array
(
[0] => 6
)
[field] => term_id
[operator] => IN
[include_children] => 1
)
)
[relation] => AND
[table_aliases:protected] => Array
(
[0] => wp_term_relationships
)
[queried_terms] => Array
(
[event-type] => Array
(
[terms] => Array
(
[0] => 6
)
[field] => term_id
)
)
[primary_table] => wp_posts
[primary_id_column] => ID
)
[meta_query] => WP_Meta_Query Object
(
[queries] => Array
(
[0] => Array
(
[key] => start_date
)
[1] => Array
(
[0] => Array
(
[key] => start_date
[value] => 2026-06-22 11:40:12
[compare] => >=
[type] => DATETIME
)
[1] => Array
(
[key] => end_date
[value] => 2026-06-22 11:40:12
[compare] => >=
[type] => DATETIME
)
[2] => Array
(
[key] => end_date
[compare] => NOT EXISTS
)
[relation] => OR
)
[relation] => AND
)
[relation] => AND
[meta_table] => wp_postmeta
[meta_id_column] => post_id
[primary_table] => wp_posts
[primary_id_column] => ID
[table_aliases:protected] => Array
(
[0] => wp_postmeta
[1] => mt1
[2] => mt2
)
[clauses:protected] => Array
(
[wp_postmeta] => Array
(
[key] => start_date
[compare] => =
[compare_key] => =
[alias] => wp_postmeta
[cast] => CHAR
)
[mt1] => Array
(
[key] => start_date
[value] => 2026-06-22 11:40:12
[compare] => >=
[type] => DATETIME
[compare_key] => =
[alias] => mt1
[cast] => DATETIME
)
[mt1-1] => Array
(
[key] => end_date
[value] => 2026-06-22 11:40:12
[compare] => >=
[type] => DATETIME
[compare_key] => =
[alias] => mt1
[cast] => DATETIME
)
[mt2] => Array
(
[key] => end_date
[compare] => NOT EXISTS
[compare_key] => =
[alias] => mt2
[cast] => CHAR
)
)
[has_or_relation:protected] => 1
)
[date_query] =>
[request] => SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) LEFT JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) LEFT JOIN wp_postmeta AS mt1 ON ( wp_posts.ID = mt1.post_id ) LEFT JOIN wp_postmeta AS mt2 ON ( wp_posts.ID = mt2.post_id AND mt2.meta_key = 'end_date' )
WHERE 1=1 AND (
wp_term_relationships.term_taxonomy_id IN (6)
) AND (
wp_postmeta.meta_key = 'start_date'
AND
(
( mt1.meta_key = 'start_date' AND CAST(mt1.meta_value AS DATETIME) >= '2026-06-22 11:40:12' )
OR
( mt1.meta_key = 'end_date' AND CAST(mt1.meta_value AS DATETIME) >= '2026-06-22 11:40:12' )
OR
mt2.post_id IS NULL
)
) AND ((wp_posts.post_type = 'event' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled' OR wp_posts.post_status = 'password')))
GROUP BY wp_posts.ID
ORDER BY wp_postmeta.meta_value ASC
LIMIT 0, 100
[posts] => Array
(
[0] => WP_Post Object
(
[ID] => 7576
[post_author] => 7
[post_date] => 2026-03-09 03:24:06
[post_date_gmt] => 2026-03-09 07:24:06
[post_content] =>
Reflections for single women
aged 20-45
First Wednesday of each month through December 2026
Next Virtual Session: May 6
Theme: "Desire"
Each session is 8 p.m. ET/5 p.m. PT
Hosted by:
and
To register, contact Sister Annette.
[post_title] => Spirituality Series
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => spirituality-series
[to_ping] =>
[pinged] =>
[post_modified] => 2026-04-06 12:57:20
[post_modified_gmt] => 2026-04-06 16:57:20
[post_content_filtered] =>
[post_parent] => 0
[guid] => https://snddeneastwest.org/?post_type=event&p=7576
[menu_order] => 0
[post_type] => event
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[1] => WP_Post Object
(
[ID] => 7876
[post_author] => 7
[post_date] => 2026-03-02 10:02:34
[post_date_gmt] => 2026-03-02 15:02:34
[post_content] =>
Journey with St. Julie is an opportunity to explore religious life and the charism of our founder.
The next virtual meeting is on Sunday, July 12, 2026.
Register here to receive the Zoom link.
Please contact Vocations Promoter Sabrina Harper at vocations@ewsndden.org with any questions.
[post_title] => Journey with St. Julie (Virtual)
[post_excerpt] => Journey with St. Julie is an opportunity to explore religious life and the charism of our founder. The next virtual meeting is on Sunday, July 12.
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => journey-with-st-julie-july
[to_ping] =>
[pinged] =>
[post_modified] => 2026-04-06 12:51:12
[post_modified_gmt] => 2026-04-06 16:51:12
[post_content_filtered] =>
[post_parent] => 0
[guid] => https://snddeneastwest.org/?post_type=event&p=7876
[menu_order] => 0
[post_type] => event
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[2] => WP_Post Object
(
[ID] => 7749
[post_author] => 7
[post_date] => 2026-02-09 14:15:48
[post_date_gmt] => 2026-02-09 19:15:48
[post_content] =>
Come away and be refreshed and renewed, surrounded by the beauty of our earth, and the loving invitations and presence of our God. 
Each day, two presentations will be offered with time for personal reflections. Optional, one-to-one time for spiritual accompaniment with the presenter will be made available throughout the week.
Our presenter, Virginia (Ginny) A. Blass, D. Min., is an experienced and trained spiritual director, preacher of parish missions; retreat presenter (on site or via Zoom); teacher and author. She has been a long-time collaborator in ministry with the USA East Jesuit Province, the Passionists of St. Paul of the Cross Province, and with the Sisters of the Cross and Passion in Farmington, Connecticut.
When: July 16 through July 22, 2026
Presenter: Virginia (Ginny) A. Blass, D. Min.
Cost: $700 for 6-day retreat
Questions? Call Sister Mary Boretti, Director at 978.380.1574 or email
ndscips@sndden.org
Register: Notre Dame Spirituality Center
[post_title] => Guided Retreat: Rooted in Love, and Hope, We Share in Joy!
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => guided-retreat-rooted-in-love-and-hope-we-share-in-joy
[to_ping] =>
[pinged] =>
[post_modified] => 2026-02-09 14:15:48
[post_modified_gmt] => 2026-02-09 19:15:48
[post_content_filtered] =>
[post_parent] => 0
[guid] => https://snddeneastwest.org/?post_type=event&p=7749
[menu_order] => 0
[post_type] => event
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[3] => WP_Post Object
(
[ID] => 7752
[post_author] => 7
[post_date] => 2026-02-09 14:36:56
[post_date_gmt] => 2026-02-09 19:36:56
[post_content] =>

Directed Retreats offer an experience centered in silence, prayer and daily meetings with a retreat director. Eucharistic liturgy is celebrated each day.
Retreat check-in is between 2:30 and 4:30 p.m. on the first day, with a light supper at 5 p.m., followed by an initial gathering. The retreat concludes with lunch on the final day.
Cost: $420 for a 4-day retreat, $525 for a 5-day retreat, $630 for a 6-day retreat, and $735 for a 7-day retreat.
Directors: Sisters Ellen Keane, Mary Boretti, Paula Tinlin, SNDdeN, and Father John Carroll
Registration: Currently Wait List Only
[post_title] => Directed Retreat
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => directed-retreat-2
[to_ping] =>
[pinged] =>
[post_modified] => 2026-04-27 12:31:28
[post_modified_gmt] => 2026-04-27 16:31:28
[post_content_filtered] =>
[post_parent] => 0
[guid] => https://snddeneastwest.org/?post_type=event&p=7752
[menu_order] => 0
[post_type] => event
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
)
[post_count] => 4
[current_post] => -1
[before_loop] => 1
[in_the_loop] =>
[post] => WP_Post Object
(
[ID] => 7576
[post_author] => 7
[post_date] => 2026-03-09 03:24:06
[post_date_gmt] => 2026-03-09 07:24:06
[post_content] =>
Reflections for single women
aged 20-45
First Wednesday of each month through December 2026
Next Virtual Session: May 6
Theme: "Desire"
Each session is 8 p.m. ET/5 p.m. PT
Hosted by:
and
To register, contact Sister Annette.
[post_title] => Spirituality Series
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => spirituality-series
[to_ping] =>
[pinged] =>
[post_modified] => 2026-04-06 12:57:20
[post_modified_gmt] => 2026-04-06 16:57:20
[post_content_filtered] =>
[post_parent] => 0
[guid] => https://snddeneastwest.org/?post_type=event&p=7576
[menu_order] => 0
[post_type] => event
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[comment_count] => 0
[current_comment] => -1
[found_posts] => 4
[max_num_pages] => 1
[max_num_comment_pages] => 0
[is_single] =>
[is_preview] =>
[is_page] =>
[is_archive] => 1
[is_date] =>
[is_year] =>
[is_month] =>
[is_day] =>
[is_time] =>
[is_author] =>
[is_category] =>
[is_tag] =>
[is_tax] => 1
[is_search] =>
[is_feed] =>
[is_comment_feed] =>
[is_trackback] =>
[is_home] =>
[is_privacy_policy] =>
[is_404] =>
[is_embed] =>
[is_paged] =>
[is_admin] =>
[is_attachment] =>
[is_singular] =>
[is_robots] =>
[is_favicon] =>
[is_posts_page] =>
[is_post_type_archive] =>
[query_vars_hash:WP_Query:private] => c64d4c9c730a9af045cffcfc386db292
[query_vars_changed:WP_Query:private] =>
[thumbnails_cached] =>
[allow_query_attachment_by_filename:protected] =>
[stopwords:WP_Query:private] =>
[compat_fields:WP_Query:private] => Array
(
[0] => query_vars_hash
[1] => query_vars_changed
)
[compat_methods:WP_Query:private] => Array
(
[0] => init_query_flags
[1] => parse_tax_query
)
[query_cache_key:WP_Query:private] => wp_query:862378d88de6e0f3a354b8c83b0bc173
)