BEGIN:VCALENDAR
VERSION:2.0
METHOD:PUBLISH
CALSCALE:GREGORIAN
PRODID:-//WordPress - MECv7.35.1//EN
X-ORIGINAL-URL:https://allthrive365-fsl-99-map-block-by-duet.icdev2.com/
X-WR-CALNAME:AllThrive365
X-WR-CALDESC:We all age with confidence.
X-WR-TIMEZONE:UTC
BEGIN:VTIMEZONE
TZID:UTC
X-LIC-LOCATION:UTC
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0700
TZNAME:MST
DTSTART:20260920T201509
END:STANDARD
END:VTIMEZONE
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-PUBLISHED-TTL:PT1H
X-MS-OLK-FORCEINSPECTOROPEN:TRUE
BEGIN:VEVENT
CLASS:PUBLIC
UID:MEC-3315588acf14179de8e0b2cd9285407f@allthrive365-fsl-99-map-block-by-duet.icdev2.com
DTSTART;TZID=UTC:20230622T160000
DTEND;TZID=UTC:20230622T180000
DTSTAMP:20260804T063314Z
CREATED:20260803
LAST-MODIFIED:20260803
PRIORITY:5
SEQUENCE:0
TRANSP:OPAQUE
SUMMARY:Duet Volunteer Orientation – Orangewood Presbyterian Church
DESCRIPTION:Orientation for Volunteers to provide services to home bound adults. Please bring your drivers license for ID. A Level 1 Fingerprint clearance is required to volunteer and instructions for obtaining this will be provided at orientation. The total cost of the fingerprinting and clearance is $73 which can be reimbursed by Duet after 6 months of active volunteering. If you already have a Level 1 clearance Card, please bring it with you so we may make a copy.\nTo RSVP, simply fill out the registration form or email volunteer@duetaz.org ( mailto:volunteer@duetaz.org ).\n\n\n\n\n\n\n\nFull Name\n\n                            \n                                                    \n                                                    First\n                                                \n                            \n                                                    \n                                                    Last\n                                                \n\nEmail Address\n\n                            \n                        \n\nPhone Number\n\n\n\nThis field is hidden when viewing the form\nPlease enter the date of the orientation you wish to attend.\n\n                            \n                            MM slash DD slash YYYY\n                        \n                        \nVolunteer Orientation Date\nPlease choose the 90-minute Volunteer Orientation you’d like to attend. If none of these work for you, we are able to schedule another time to accommodate your needs. \nMonday 8/10 at 6:30pm Online/VirtualThursday 8/27 at 10:30am Online/VirtualWednesday 9/9 at 6:30pm Online/VirtualTuesday 9/22 at 2:30pm Online/VirtualNone of these work for me\n\nPlease add any comments here.\n\n\n\n\n  \n            \n            \n            \n            \n            \n            \n            \n            \n            \n            \n            \n\n\n		                \n		                \ngform.initializeOnLoaded( function() {gformInitSpinner( 18, 'https://duetaz.org/wp-content/plugins/gravityforms/images/spinner.svg', false );jQuery('#gform_ajax_frame_18').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') &gt;= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_18');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_18').length &gt; 0;var is_redirect = contents.indexOf('gformRedirect(){') &gt;= 0;var is_form = form_content.length &gt; 0 &amp;&amp; ! is_redirect &amp;&amp; ! 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_18').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_18').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_18').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_18').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_18').val();gformInitSpinner( 18, 'https://duetaz.org/wp-content/plugins/gravityforms/images/spinner.svg', false );jQuery(document).trigger('gform_page_loaded', [18, current_page]);window['gf_submitting_18'] = 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_18').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_18').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [18]);window['gf_submitting_18'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_18').text());}else{jQuery('#gform_18').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "18", currentPage: "current_page", abort: function() { this.preventDefault(); } }]);        if (event &amp;&amp; event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( "gform_wrapper_18" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_18";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_18" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 18, 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 &amp;&amp; !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv &amp;&amp; visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) =&gt; {                mutations.forEach( ( mutation ) =&gt; {                    if ( mutation.type === 'attributes' &amp;&amp; visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} );\n\n
URL:https://allthrive365-fsl-99-map-block-by-duet.icdev2.com/events/duet-volunteer-orientation-orangewood-presbyterian-church/
CATEGORIES:Homebound Adult Volunteer Opportunities
LOCATION:7321 N. 10th Street, Phoenix, AZ 85020
END:VEVENT
END:VCALENDAR
