BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Mn Deaf Events - ECPv6.15.20//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:Mn Deaf Events
X-ORIGINAL-URL:https://mndeafevents.org
X-WR-CALDESC:Events for Mn Deaf Events
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Chicago
BEGIN:DAYLIGHT
TZOFFSETFROM:-0600
TZOFFSETTO:-0500
TZNAME:CDT
DTSTART:20250309T080000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0500
TZOFFSETTO:-0600
TZNAME:CST
DTSTART:20251102T070000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0600
TZOFFSETTO:-0500
TZNAME:CDT
DTSTART:20260308T080000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0500
TZOFFSETTO:-0600
TZNAME:CST
DTSTART:20261101T070000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0600
TZOFFSETTO:-0500
TZNAME:CDT
DTSTART:20270314T080000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0500
TZOFFSETTO:-0600
TZNAME:CST
DTSTART:20271107T070000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20260502T110000
DTEND;TZID=America/Chicago:20260502T120000
DTSTAMP:20260504T022605
CREATED:20250328T175209Z
LAST-MODIFIED:20260411T214942Z
UID:10001206-1777719600-1777723200@mndeafevents.org
SUMMARY:Mexican May 2 Lunch
DESCRIPTION:  \n \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \nDos de Mayo Mexican Lunch \nSaturday May 2\, 2026 at Charles Thompson Hall\nBefore Daytime Bingo – 11:00 am to 12:15 pm\nChicken Fajitas\, Beef Taco Casserole\, Mexican Desserts with Water\, Lemonade\, or Coffee. \nCost $11 Pre-Paid by Friday May 1\, 2026 \n$14 At Door \nGo online: charlesthompsonhall.org\nfor early ordering by PRE-PAID your meal\nhttps://charlesthompsonhall.org/event/ \nAt St. Paul Deaf Club\nCharles Thompson Memorial Hall\n1824 Marshall Ave.\nSt. Paul Minnesota 55104 \nFor more information or questions\,\nCONTACT: manager@charlesthompsonhall.org \nPRE-ORDER HERE (*This will take you to PayPal to purchase your prepaid order) \n\n\n\n\nName*\n\n                             \n                                                    First\n                                                 \n                             \n                                                    Last\n                                                 \n\nEmail*\n\n\nLunch per person Quantity*\n\n						Price:\n						$11.00 \n					 Quantity\n				\n\nTotal\n\n							$0.00 \n\nPayment Method\nPayPal CheckoutCredit Card\n \n\nMasterCard\nVisa\nSupported Credit Cards: MasterCard\, Visa\n                                    \n                                    Card Number\n                                 \n                                            \n                                                \n                                                Expiration Date\n                                            \n                                                \n                                                 \n                                                Security Code\n                                             \n                                         \n                                            Cardholder Name\n                                         \n\n\n\n\n\n \n \n/* = 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find(‘#gform_wrapper_30’);var is_confirmation = jQuery(this).contents().find(‘#gform_confirmation_wrapper_30’).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_30’).html(form_content.html());if(form_content.hasClass(‘gform_validation_error’)){jQuery(‘#gform_wrapper_30’).addClass(‘gform_validation_error’);} else {jQuery(‘#gform_wrapper_30’).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_30’).val();gformInitSpinner( 30\, ‘https://charlesthompsonhall.org/wp-content/plugins/gravityforms/images/spinner.svg’\, true );jQuery(document).trigger(‘gform_page_loaded’\, [30\, current_page]);window[‘gf_submitting_30’] = 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_30’).replaceWith(confirmation_content);jQuery(document).trigger(‘gform_confirmation_loaded’\, [30]);window[‘gf_submitting_30’] = false;wp.a11y.speak(jQuery(‘#gform_confirmation_message_30’).text());}else{jQuery(‘#gform_30’).append(contents);if(window[‘gformRedirect’]) {gformRedirect();}}jQuery(document).trigger(“gform_pre_post_render”\, [{ formId: “30”\, currentPage: “current_page”\, abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( “gform_wrapper_30” );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( “span” );            visibilitySpan.id = “gform_visibility_test_30”;            gformWrapperDiv.insertAdjacentElement( “afterend”\, visibilitySpan );        }        const visibilityTestDiv = document.getElementById( “gform_visibility_test_30” );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 30\, 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/* ]]> */
URL:https://mndeafevents.org/event/build-your-own-deli-sandwich-lunch/
LOCATION:Charles Thompson Memorial Hall\, 1824 Marshall Ave\, St. Paul\, Minnesota\, 55104\, United States
CATEGORIES:Event Public,TH Calendar,TH event
ATTACH;FMTTYPE=image/jpeg:https://mndeafevents.org/wp-content/uploads/2026/03/5-2-26-flyer-photo-ab0w37.jpg
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20260502T130000
DTEND;TZID=America/Chicago:20260502T173000
DTSTAMP:20260504T022605
CREATED:20250328T175210Z
LAST-MODIFIED:20260411T214938Z
UID:10001207-1777726800-1777743000@mndeafevents.org
SUMMARY:Bingo and Mingo Daytime
DESCRIPTION:  \n  \nSocial Games Daytime at St. Paul Deaf Club – Charles Thompson Hall \nBINGO DAYTIME \nMay 2\, 2026 at 1:00 PM \n—- 18 AND ABOVE ONLY —–\nUnder 18 are not permitted to play.\nx CASH ONLY × \n$15 for 3 paper Bingo cards 11 Games \n12:30 PM registration\, Start games at 1 PM \n  \nMINGO (DINGO)     3:30 PM to 5:30 PM \n$10 for 5 games. Raffle Drawing tickets sold 3 for $1 \nFor more information: Contact Game Coordinator games@charlesthompsonhall.org
URL:https://mndeafevents.org/event/bingo-and-mingo-daytime/
LOCATION:Minnesota
CATEGORIES:Event Public,TH Calendar,TH event
ATTACH;FMTTYPE=image/jpeg:https://mndeafevents.org/wp-content/uploads/2025/01/Bingo-Daytime-Flyer-cQItfq.tmp_.jpg
END:VEVENT
END:VCALENDAR