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-be3e9d3f7d70537357c67bb3f4086846@fbcbluesprings.org
DTSTART;TZID=America/Chicago:20230421T180000
DTEND;TZID=America/Chicago:20230421T235500
DTSTAMP:20230405T202345Z
CREATED:20230405
LAST-MODIFIED:20230405
PRIORITY:5
SEQUENCE:7
TRANSP:OPAQUE
SUMMARY:Secret Church: Jonah
DESCRIPTION:Jonah is one of the best known books of the Bible. But beyond the fascinating story of a fish swallowing a man, you will find the challenging account of God’s most unwilling prophet and how, more often than not, we, like Jonah, choose our own comfort over God’s mission. But Jesus shows us a better way. Together we will learn how the gospel drives us to make disciples, not just of people who look and think like us—but of all nations, even those we would consider our enemies.\nJoin us on April 21 for Secret Church, a one-night, intensive Bible study walking through the book of Jonah, learning about the urgent spiritual and physical needs in Iran, and praying for the persecuted church around the world. We will meet in the Commons from 6:00 pm to midnight. Cost is $10 for the study book and snacks.\nPlease register below so we can plan for books and snacks.  You may pay your $10 the night of the event.\n \n\n                \n                        \n                            Secret Church 2023 Registration\n                            Please submit a separate form for each person attending.\n                        \n                        Your Name\n                            \n                            \n                                                    \n                                                    First\n                                                \n                            \n                            \n                                                    \n                                                    Last\n                                                \n                            \n                        PhoneEmail\n                            \n                        \n          \n            \n            \n            \n            \n            \n            \n            \n            \n            \n            \n            \n            \n            \n        \n                        setTimeout(function(){var ct_input_name = "ct_checkjs_1ecfb463472ec9115b10c292ef8bc986";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, '1461568874');}}, 1000);Δ\ndocument.getElementById( "ak_js_11" ).setAttribute( "value", ( new Date() ).getTime() );\n\n\n                        \ngform.initializeOnLoaded( function() {gformInitSpinner( 39, 'https://fbcbluesprings.org/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_39').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_39');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_39').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_39').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_39').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_39').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_39').val();gformInitSpinner( 39, 'https://fbcbluesprings.org/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [39, current_page]);window['gf_submitting_39'] = 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_39').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [39]);window['gf_submitting_39'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_39').text());}else{jQuery('#gform_39').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "39", currentPage: "current_page", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( "gform_wrapper_39" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_39";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_39" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 39, 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 \n
URL:https://fbcbluesprings.org/events/secret-church-jonah/
ATTACH;FMTTYPE=image/jpeg:https://fbcbluesprings.org/wp-content/uploads/2023/04/Secret-Church-240.jpg
END:VEVENT
END:VCALENDAR
