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] => 202
)
)
[meta_query] => Array
(
[relation] => OR
[0] => Array
(
[key] => start_date
[value] => 2026-05-23 13:00:33
[compare] => >=
[type] => DATETIME
)
[1] => Array
(
[key] => end_date
[value] => 2026-05-23 13:00:33
[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] => 202
)
)
[meta_query] => Array
(
[relation] => OR
[0] => Array
(
[key] => start_date
[value] => 2026-05-23 13:00:33
[compare] => >=
[type] => DATETIME
)
[1] => Array
(
[key] => end_date
[value] => 2026-05-23 13:00:33
[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] => 202
)
[tax_query] => WP_Tax_Query Object
(
[queries] => Array
(
[0] => Array
(
[taxonomy] => event-type
[terms] => Array
(
[0] => 202
)
[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] => 202
)
[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-05-23 13:00:33
[compare] => >=
[type] => DATETIME
)
[1] => Array
(
[key] => end_date
[value] => 2026-05-23 13:00:33
[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-05-23 13:00:33
[compare] => >=
[type] => DATETIME
[compare_key] => =
[alias] => mt1
[cast] => DATETIME
)
[mt1-1] => Array
(
[key] => end_date
[value] => 2026-05-23 13:00:33
[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 (202)
) AND (
wp_postmeta.meta_key = 'start_date'
AND
(
( mt1.meta_key = 'start_date' AND CAST(mt1.meta_value AS DATETIME) >= '2026-05-23 13:00:33' )
OR
( mt1.meta_key = 'end_date' AND CAST(mt1.meta_value AS DATETIME) >= '2026-05-23 13:00:33' )
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] => 7875
[post_author] => 7
[post_date] => 2026-03-02 09:40:56
[post_date_gmt] => 2026-03-02 14:40:56
[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 Friday, June 12. 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 Friday, June 12.
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => journey-with-st-julie-june
[to_ping] =>
[pinged] =>
[post_modified] => 2026-04-06 12:47:52
[post_modified_gmt] => 2026-04-06 16:47:52
[post_content_filtered] =>
[post_parent] => 0
[guid] => https://snddeneastwest.org/?post_type=event&p=7875
[menu_order] => 0
[post_type] => event
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[1] => WP_Post Object
(
[ID] => 7497
[post_author] => 7
[post_date] => 2025-12-18 16:30:45
[post_date_gmt] => 2025-12-18 21:30:45
[post_content] => 
As Pope Francis emphasizes in Laudato Si', our current ecological crisis is brought about by human action — by our own overconsumption and lack of consideration for the natural world. In the United States and other nations worldwide, we need to change how we live fundamentally. This immersion experience will call participants to rediscover their place within the Community of Creation, to divorce themselves from an anthropocentric worldview, and to commit to honoring their interconnectedness and interdependence with nature.
As Sisters of Notre Dame de Namur, we live in hope for a brighter future — and that includes our advocacy for the community of Creation. Through this program, we will foster opportunities for social action for a select group of fellows. All participants will commit to lifestyle change and spiritual renewal, discerning how to shift from an attitude of stewardship toward the earth to one of kinship with the planet.
Each morning, participants will work at Cuvilly Arts & Earth Center. Tasks may include organic farming, animal care, land restoration, and other activities, all focused on our interconnection with the natural world. Afternoons will include opportunities for educational and spiritual direction. This program is rooted in a spirit of lifelong learning for all participants. As a group of laywomen and vowed religious, we will commit to learning together and sharing in the joy of Creation. Please see below for a sample daily schedule.
This program is rooted in community and simple living. Participants will live communally in dorm-style postulant housing at the Spirituality Center and will have daily opportunities to connect with our Sisters and the charism. They will also have a chance to learn about our mission, history, and current commitments and actions for social and ecological justice, while helping us discern how to continue our work in building community with Creation.
Location: Notre Dame Spirituality Center – Ipswich, Massachusetts
Dates: June 21-28, 2026, with an option to extend to July 5, 2026
Capacity: Max 7 women
Deadline to apply: Closed.
Cost: Free. However, please note that all participants will be expected to provide their own transportation to the Boston area. We can assist by arranging transportation from Logan Airport to Ipswich.
Core Objectives
- To deepen understanding of Laudato Si' through meaningful engagement with the natural world
- To foster ecological conversion through immersive experiences, rooted in hope.
- To build intentional community through shared prayer, service, and reflection – all rooted in a deeper eco-spirituality that calls for a renewed relationship with Creation
- To provide opportunities for discernment, both in personal vocation and our commitment to the natural world. All participants will leave this experience with a fundamental conversion and reorientation to the Community of Creation.
- To equip participants with practical tools for environmental advocacy and sustainability, weaving our lives into the community of Creation.
Housing and Facilities
Participants will be provided with dormitory-style housing in the Postulant Wing of the Notre Dame Spirituality Center in Ipswich, Massachusetts. One of the program's expectations is a commitment to "simple living." We expect participants to collaboratively cook some of their own meals, sharing time and resources. Participants will have access to a small kitchen area near the postulant rooms. Additionally, they will have access to communal bathrooms and gathering spaces in this area of the Spirituality Center.
Participants will also have access to the outdoor spaces and the chapel at the Spirituality Center, offering many opportunities for individual and communal prayer and reflection.
Because of the nature of the space and shared bathrooms, this program will be open to women interested in deepening their spirituality through a nature-based program and who are comfortable with both a very physical daily program and community living.
Please note that all participants will be expected to provide their own transportation to the Boston area. We can assist by arranging transportation from Logan Airport to Ipswich.
Daily Schedule Overview
This program is rooted in community. Participants will live communally in dorm-style postulant housing at the Spirituality Center. They will also have an opportunity to engage with Sisters in the Ipswich community, learning about their mission, history, and current commitments and actions for social and ecological justice.
The following is a tentative outline for the weekdays:
8:00 a.m.
Breakfast/Morning Prayer
9:00 a.m.
Work at Cuvilly Arts & Earth Center (organic farming, caring for animals, land restoration, etc.
1:00 p.m.
Lunch
2:00 p.m.
Educational Opportunity (might include classes or presentations on marshland/forest ecosystems, Laudato Si, environmental sustainability, permaculture, etc., from both Sisters and outside organizations)
4:00 p.m.
Free time, work time, opportunities for spiritual direction
6:00 p.m.
Communal dinner
7:00 p.m.
Optional formation and prayer activities (might include discussions on discernment, prayer opportunities, gatherings with Sisters, community nights or any other ideas that arise from the group)
Weekends will include more community-gathering opportunities, such as trips to local historic sites related to care for Creation, presentations by local conservation groups and social outings. Each day will provide additional opportunities to interact with the Sisters in Ipswich. Sisters will be invited to attend community events and/or provide spiritual direction so that all participants can see our charism in action.
If you have any questions throughout the application process, please reach out to Sabrina Harper at sharper@ewsndden.org or 650-286-4177.
Also, for your consideration:
[post_title] => Laudato Seeds of Change: An Immersion Experience with the Sisters of Notre Dame de Namur
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => laudato-seeds-of-change-immersion-program
[to_ping] =>
[pinged] =>
[post_modified] => 2026-05-19 16:54:21
[post_modified_gmt] => 2026-05-19 20:54:21
[post_content_filtered] =>
[post_parent] => 0
[guid] => https://snddeneastwest.org/?post_type=event&p=7497
[menu_order] => 0
[post_type] => event
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[2] => 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
)
)
[post_count] => 3
[current_post] => -1
[before_loop] => 1
[in_the_loop] =>
[post] => WP_Post Object
(
[ID] => 7875
[post_author] => 7
[post_date] => 2026-03-02 09:40:56
[post_date_gmt] => 2026-03-02 14:40:56
[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 Friday, June 12.
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 Friday, June 12.
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => journey-with-st-julie-june
[to_ping] =>
[pinged] =>
[post_modified] => 2026-04-06 12:47:52
[post_modified_gmt] => 2026-04-06 16:47:52
[post_content_filtered] =>
[post_parent] => 0
[guid] => https://snddeneastwest.org/?post_type=event&p=7875
[menu_order] => 0
[post_type] => event
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[comment_count] => 0
[current_comment] => -1
[found_posts] => 3
[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] => 333dd525b434c4053f7f11dffb50034d
[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:03ba7bd21a8a245c6ab36b603dd7412e
)