BEGIN:VCALENDAR
VERSION:2.0
METHOD:PUBLISH
CALSCALE:GREGORIAN
PRODID:-//WordPress - MECv7.33.0//EN
X-ORIGINAL-URL:https://fbcbluesprings.org/
X-WR-CALNAME:FBC Bluesprings
X-WR-CALDESC:Know Christ, Make Christ Known
X-WR-TIMEZONE:America/Chicago
BEGIN:VTIMEZONE
TZID:America/Chicago
X-LIC-LOCATION:America/Chicago
BEGIN:DAYLIGHT
TZOFFSETFROM:-0600
TZOFFSETTO:-0500
TZNAME:CDT
DTSTART:20260308T030000
RRULE:FREQ=YEARLY;BYMONTH=03;BYDAY=2SU
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0500
TZOFFSETTO:-0600
TZNAME:CST
DTSTART:20261101T010000
RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU
END:STANDARD
END:VTIMEZONE
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-PUBLISHED-TTL:PT1H
X-MS-OLK-FORCEINSPECTOROPEN:TRUE
BEGIN:VEVENT
CLASS:PUBLIC
UID:MEC-25e2a30f44898b9f3e978b1786dcd85c@fbcbluesprings.org
DTSTART;TZID=America/Chicago:20230912T183000
DTEND;TZID=America/Chicago:20230912T203000
DTSTAMP:20230817T095433Z
CREATED:20230817
LAST-MODIFIED:20230822
PRIORITY:5
SEQUENCE:5
TRANSP:OPAQUE
SUMMARY:“Hope In the Hard” Women’s Event
DESCRIPTION:Every single one of us experience hard things in life… disappointments, loss, unexpected change and brokenness. Yet, there is Hope In the Hard. If you would like to know more about the hope that can coexist in the midst of the biggest challenges in life, this night is for you. The SHINE Women’s ministry will be hosting Tammy Stearns (from Project HOPE) for a night of conversation, Scripture and encouragement for ladies on Tuesday, September 12, at 6:30 pm in the Commons.\nRegister to let us know you’re coming!\n\n                \n                        Your Name\n                            \n                            \n                                                    \n                                                    First\n                                                \n                            \n                            \n                                                    \n                                                    Last\n                                                \n                            \n                        Your PhoneYour Email\n                            \n                        I&#039;m a guest of...\n          \n            \n            \n            \n            \n            \n            \n            \n            \n            \n            \n            \n            \n            \n        \n                        setTimeout(function(){var ct_input_name = "ct_checkjs_7c590f01490190db0ed02a5070e20f01";if (document.getElementById(ct_input_name) !== null) {var ct_input_value = document.getElementById(ct_input_name).value;document.getElementById(ct_input_name).value = document.getElementById(ct_input_name).value.replace(ct_input_value, '82921495');}}, 1000);Δ\ndocument.getElementById( "ak_js_8" ).setAttribute( "value", ( new Date() ).getTime() );\n\n\n                        \ngform.initializeOnLoaded( function() {gformInitSpinner( 42, 'https://fbcbluesprings.org/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_42').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_42');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_42').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_42').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_42').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_42').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_42').val();gformInitSpinner( 42, 'https://fbcbluesprings.org/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [42, current_page]);window['gf_submitting_42'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_42').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [42]);window['gf_submitting_42'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_42').text());}else{jQuery('#gform_42').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "42", currentPage: "current_page", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( "gform_wrapper_42" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_42";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_42" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 42, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} );\n\n\n
URL:https://fbcbluesprings.org/events/hope-in-the-hard/
ATTACH;FMTTYPE=image/jpeg:https://fbcbluesprings.org/wp-content/uploads/2020/02/Shine-240X240.jpg
END:VEVENT
END:VCALENDAR
