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:20260625T093000
DTEND;TZID=America/Chicago:20260625T170000
DTSTAMP:20260504T053426
CREATED:20260327T213630Z
LAST-MODIFIED:20260411T214938Z
UID:10001942-1782379800-1782406800@mndeafevents.org
SUMMARY:Tour of the Twin Cities
DESCRIPTION:  \n \n  \n  \n  \n  \nFull Day Tour of the Twin Cities – Thursday June 25\, 2026 \nFor people from out of town and for people in Minnesota who would love to revisit all of the popular and beautiful sights of the Twin Cities! \nFor more information or questions\, CONTACT: hermanfuechty@gmail.com \nRegister and Pay by Wednesday June 24th  – Cost $30. \nPRE-ORDER HERE AT CTH  (*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\nFull Day Tour Tickets Quantity*\n\n						Price:\n						$30.00 \n					 Quantity\n				\n\nTotal\n\n							$0.00 \n\nPayment Method\nPayPal Checkout\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_31’);var is_confirmation = jQuery(this).contents().find(‘#gform_confirmation_wrapper_31’).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_31’).html(form_content.html());if(form_content.hasClass(‘gform_validation_error’)){jQuery(‘#gform_wrapper_31’).addClass(‘gform_validation_error’);} else {jQuery(‘#gform_wrapper_31’).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_31’).val();gformInitSpinner( 31\, ‘https://charlesthompsonhall.org/wp-content/plugins/gravityforms/images/spinner.svg’\, true );jQuery(document).trigger(‘gform_page_loaded’\, [31\, current_page]);window[‘gf_submitting_31’] = 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_31’).replaceWith(confirmation_content);jQuery(document).trigger(‘gform_confirmation_loaded’\, [31]);window[‘gf_submitting_31’] = false;wp.a11y.speak(jQuery(‘#gform_confirmation_message_31’).text());}else{jQuery(‘#gform_31’).append(contents);if(window[‘gformRedirect’]) {gformRedirect();}}jQuery(document).trigger(“gform_pre_post_render”\, [{ formId: “31”\, currentPage: “current_page”\, abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( “gform_wrapper_31” );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( “span” );            visibilitySpan.id = “gform_visibility_test_31”;            gformWrapperDiv.insertAdjacentElement( “afterend”\, visibilitySpan );        }        const visibilityTestDiv = document.getElementById( “gform_visibility_test_31” );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 31\, 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/* ]]> */ \nGo online: https://charlesthompsonhall.org/event/tour-of-the-twin-cities/ \nFor reservation and pre-payment of the tour.  \nA 7-Hour Caravan Tour on Thursday June 25\, 2026. We will have drivers start 9:30 am at St. Paul Deaf Club – Charles Thompson Hall.   9:30 AM until 5 PM including break for lunch at Mall of America (MOA) \nThe itinerary includes many natural and historical landmarks of the Twin Cities. \n\nCathedral of St. Paul\nMinnesota State Fair\nComo Park Zoo & Conservatory\nSummit Ave. in St. Paul\nMetro Deaf School in St. Paul\nScience Museum of Minnesota\nMinnesota History Center\nMinnesota State Capitol\nCHS Field – St. Paul Saints \, St. Paul Farmers Market\, 1st Metro Deaf School location.\nXcel Energy Center – Minnesota Wild\nLandmark Center\nAllianz Field – Minnesota United FC Loons\nCharles Thompson Memorial Hall\nWitch’s Hat Water Tower\nUnion Depot\nIndian Mounds Regional Park\nMinneapolis Chain of Lakes\nAnthony Falls and Lock and Dams\nMinnehaha Falls\nMall of America (MOA)\nTarget Field – Minnesota Twins\nTarget Center – Minnesota Timberwolves\nUniversity of Minnesota – Dinkytown\nHuntington Bank Stadium\, Williams Arena\, Mariucci Arena\, Ridder Arena\nUS Bank Stadium – Minnesota Vikings\nCity colleges: University of Minnesota\, Macalester College\, Concordia University\, Metropolitan State University\, Hamline University\, University of St. Thomas\, St. Paul College\, St. Catherine University.\n\n  \n 
URL:https://mndeafevents.org/event/tour-of-the-twin-cities/
LOCATION:Minnesota
CATEGORIES:Event Public,TH Calendar,TH event
ATTACH;FMTTYPE=image/jpeg:https://mndeafevents.org/wp-content/uploads/2026/03/Tour-of-Twin-Cities-2026-qrXkXl.jpg
END:VEVENT
END:VCALENDAR