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-08-24 16:45:54
[compare] => >=
[type] => DATETIME
)
[1] => Array
(
[key] => end_date
[value] => 2026-08-24 16:45:54
[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-08-24 16:45:54
[compare] => >=
[type] => DATETIME
)
[1] => Array
(
[key] => end_date
[value] => 2026-08-24 16:45:54
[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-08-24 16:45:54
[compare] => >=
[type] => DATETIME
)
[1] => Array
(
[key] => end_date
[value] => 2026-08-24 16:45:54
[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-08-24 16:45:54
[compare] => >=
[type] => DATETIME
[compare_key] => =
[alias] => mt1
[cast] => DATETIME
)
[mt1-1] => Array
(
[key] => end_date
[value] => 2026-08-24 16:45:54
[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-08-24 16:45:54' )
OR
( mt1.meta_key = 'end_date' AND CAST(mt1.meta_value AS DATETIME) >= '2026-08-24 16:45:54' )
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] => 7685
[post_author] => 7
[post_date] => 2026-01-26 11:18:46
[post_date_gmt] => 2026-01-26 16:18:46
[post_content] => Pray with Sisters is an opportunity for women to join together to pray for the people and circumstances that God lays on your heart.
When: January - December 2026
Second and Fourth Wednesdays of Each Month
7 p.m. PT | 10 p.m. ET
Attendees: This opportunity is for women only.
Hosts: Sister Annette Burkart, SNDdeN and Sister Karen Pozniak, SNDdeN
Registration: Contact Sister Annette at 408-390-7184
[post_title] => Pray with Sisters: A virtual gathering
[post_excerpt] => Pray with Sisters is an opportunity for women to join together online on the second and fourth Wednesdays of each month to pray for the people and circumstances that God lays on your heart.
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => pray-with-sisters-virtual
[to_ping] =>
[pinged] =>
[post_modified] => 2026-08-14 14:14:14
[post_modified_gmt] => 2026-08-14 18:14:14
[post_content_filtered] =>
[post_parent] => 0
[guid] => https://snddeneastwest.org/?post_type=event&p=7685
[menu_order] => 0
[post_type] => event
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[1] => 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 Sessions: Sept. 2, Oct. 7, Nov.4, and Dec. 2, 2026
Each session is 8 p.m. ET/5 p.m. PT
Hosted by:
Sister Annette Burkart, SNDdeN
email: Marieannette.burkart@sndden.org
phone: 408-390-7184
and
Sister Josita Colbert, SNDdeN
email: Josita.colbert@sndden.org
[post_title] => Spirituality Series
[post_excerpt] => Reflections for single women aged 20-45, held on the first Wednesday of each month through December 2026.
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => spirituality-series
[to_ping] =>
[pinged] =>
[post_modified] => 2026-08-14 14:12:26
[post_modified_gmt] => 2026-08-14 18:12:26
[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
)
[2] => WP_Post Object
(
[ID] => 10676
[post_author] => 7
[post_date] => 2026-08-13 09:29:08
[post_date_gmt] => 2026-08-13 13:29:08
[post_content] =>
Journey with St. Julie is an opportunity to explore religious life and the charism of our founder.
The next virtual meeting is Saturday, Sept. 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 the 12th of every month.
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => journey-with-st-julie-virtual-9
[to_ping] =>
[pinged] =>
[post_modified] => 2026-08-14 11:10:12
[post_modified_gmt] => 2026-08-14 15:10:12
[post_content_filtered] =>
[post_parent] => 0
[guid] => https://snddeneastwest.org/?post_type=event&p=10676
[menu_order] => 0
[post_type] => event
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[3] => WP_Post Object
(
[ID] => 10226
[post_author] => 7
[post_date] => 2026-07-10 12:05:47
[post_date_gmt] => 2026-07-10 16:05:47
[post_content] =>
Celebrate 175 years of faithful ministry in California woven together in God’s goodness.
Sunday, October 4, 2026
Crowne Plaza Hotel
1221 Chess Drive, Foster City, California
11:30 a.m. Gathering
Noon Lunch
Parking is on-site and complimentary
Tickets and sponsorship opportunities are now available for this lunch.
Click here to RSVP: Please reply by September 15, 2026
[post_title] => Oct. 4 California 175 Luncheon RSVP by Sept. 15
[post_excerpt] => RSVP by Sept. 15 for this Oct. 4 luncheon to celebrate 175 years of faithful ministry in California woven together in God’s goodness.
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => luncheon-175-california
[to_ping] =>
[pinged] =>
[post_modified] => 2026-08-14 14:15:33
[post_modified_gmt] => 2026-08-14 18:15:33
[post_content_filtered] =>
[post_parent] => 0
[guid] => https://snddeneastwest.org/?post_type=event&p=10226
[menu_order] => 0
[post_type] => event
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[4] => WP_Post Object
(
[ID] => 11032
[post_author] => 7
[post_date] => 2026-08-24 09:43:33
[post_date_gmt] => 2026-08-24 13:43:33
[post_content] =>
If you've ever felt a quiet stirring to go deeper in your faith, consider joining a faith-sharing group inspired by Insane for the Light by Ronald Rolheiser. This beautiful work
invites us to embrace the wisdom years not as a time of slowing down, but as a sacred season of deeper light, meaning and spiritual fruitfulness. In a small group setting, you'll have the chance to reflect, share your story, and discover how God is still actively shaping your life in powerful ways. Together, you'll explore what it means to live with purpose, passion and hope — becoming, in Rolheiser's words, a little insane for the light in a world that deeply needs it.
Dates: Two Tuesdays per month: Sept. 22, Oct. 6, Oct. 20, Nov. 3, Nov. 17, Dec. 1, Dec. 15, Jan. 5, Jan. 19, Feb. 2.
Registration: On website. Registration deadline is Sept. 8.
Where: Zoom.
Cost: $50 for 10 sessions
Facilitators: Sisters Ellen Keane and Mary Boretti, SNDdeN
[post_title] => Book Sharing: Insane for the Light by Ronald Rolheiser (virtual)
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => book-sharing-insane
[to_ping] =>
[pinged] =>
[post_modified] => 2026-08-24 09:59:15
[post_modified_gmt] => 2026-08-24 13:59:15
[post_content_filtered] =>
[post_parent] => 0
[guid] => https://snddeneastwest.org/?post_type=event&p=11032
[menu_order] => 0
[post_type] => event
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[5] => WP_Post Object
(
[ID] => 11039
[post_author] => 7
[post_date] => 2026-08-24 10:07:40
[post_date_gmt] => 2026-08-24 14:07:40
[post_content] =>
Join us for a morning of adventure, learning to express your prayer made visible in the form of a mandala! We will use simple materials in a quiet setting.
Fifty years ago, Lynne had the opportunity to learn this unique Sanskrit art, which had a transforming, personal impact and invited her to pray for healing, peace and joy, allowing the spirit to flow through and become visible! Lynne will lead participants through this holy process.
Presenter: Lynne Clarkin, AND (Associate of Notre Dame since 1975); Art student with Sister Vincent de Paul, SNDdeN for 11 years; watercolorist, pen and ink/colored pencils/markers in drawing.
Time: 9 a.m. for coffee, class 9:30 a.m. - noon
Cost: $25 (includes all materials)
Registration:
Website
[post_title] => Prayer Made Visible (in the form of a Mandala)
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => prayer-made-visible-in-the-form-of-a-mandala
[to_ping] =>
[pinged] =>
[post_modified] => 2026-08-24 10:07:40
[post_modified_gmt] => 2026-08-24 14:07:40
[post_content_filtered] =>
[post_parent] => 0
[guid] => https://snddeneastwest.org/?post_type=event&p=11039
[menu_order] => 0
[post_type] => event
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[6] => WP_Post Object
(
[ID] => 10256
[post_author] => 7
[post_date] => 2026-07-14 14:25:53
[post_date_gmt] => 2026-07-14 18:25:53
[post_content] =>
After a brief history of this ancient form of prayer, we will examine various ways of utilizing the Labyrinth in contemporary times from scriptural, ecological and psychosocial perspectives. Weather permitting, we will walk the Labyrinth together. Our gathering will conclude with a light lunch.
Presenter: Sister Nancy M. Citro, SNDdeN. Sister Nancy holds a Master's in clinical social work, a Master's in theology with a concentration in spirituality, and a certificate in spiritual direction. She is a support coordinator for the Northeast Region of the Sisters of Notre Dame de Namur. Her previous ministries include providing individual counseling across the lifespan, with families and groups; serving as a pastoral associate in a Catholic parish in the Boston area; and engaging with individuals as a spiritual companion.
- When: Saturday, October 31, 2026
- Time: Arrival 9 a.m., concluding with a light lunch at 1 p.m.
- Cost: $25 payable upon registration
- Registration: ndspiritualitycenter.org
- Questions? Call Sister Mary Boretti, director, at 978-380-1574 or email ndscips@sndden.org
[post_title] => The Labyrinth — An Ancient Form of Prayer for Contemporary Times
[post_excerpt] => Registration is open for Oct. 31 event, where we will examine the Labyrinth using scriptural, ecological and psychosocial perspectives. Includes a light lunch.
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => labyrinth
[to_ping] =>
[pinged] =>
[post_modified] => 2026-08-14 14:18:00
[post_modified_gmt] => 2026-08-14 18:18:00
[post_content_filtered] =>
[post_parent] => 0
[guid] => https://snddeneastwest.org/?post_type=event&p=10256
[menu_order] => 0
[post_type] => event
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
)
[post_count] => 7
[current_post] => -1
[before_loop] => 1
[in_the_loop] =>
[post] => WP_Post Object
(
[ID] => 7685
[post_author] => 7
[post_date] => 2026-01-26 11:18:46
[post_date_gmt] => 2026-01-26 16:18:46
[post_content] =>
Pray with Sisters is an opportunity for women to join together to pray for the people and circumstances that God lays on your heart.
When: January - December 2026

Second and Fourth Wednesdays of Each Month
7 p.m. PT | 10 p.m. ET
Attendees: This opportunity is for women only.
Hosts: Sister Annette Burkart, SNDdeN and
Sister Karen Pozniak, SNDdeN
Registration: Contact Sister Annette at 408-390-7184
[post_title] => Pray with Sisters: A virtual gathering
[post_excerpt] => Pray with Sisters is an opportunity for women to join together online on the second and fourth Wednesdays of each month to pray for the people and circumstances that God lays on your heart.
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => pray-with-sisters-virtual
[to_ping] =>
[pinged] =>
[post_modified] => 2026-08-14 14:14:14
[post_modified_gmt] => 2026-08-14 18:14:14
[post_content_filtered] =>
[post_parent] => 0
[guid] => https://snddeneastwest.org/?post_type=event&p=7685
[menu_order] => 0
[post_type] => event
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[comment_count] => 0
[current_comment] => -1
[found_posts] => 7
[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] => acded01cf2bb258edf3cd739682b0fa7
[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:b456454c0a227ace7247d9c6348cf655
)