BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//GayOut//Event Export//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
BEGIN:VEVENT
UID:157629@gayout.com
DTSTAMP:20260806T181026Z
DTSTART:20260812T180000Z
DTEND:20260812T190000Z
SUMMARY:Community Dialogue &#8211\\; Big Pharma
DESCRIPTION:@ 			\\n			\\n							\\n		\\n			\\nJoin us on Zoom for a conv
 ersation about the pharmaceutical industry and LGBTQ+ communities. Regist
 er below for the link.\\n                \\n                        \\n  
                           Community Dialogue &#8211\\; Big Pharma\\n     
                        In this session of Community Dialogue we will go o
 ver the pharmaceutical industry and how it affects LGBTQ+ people in the p
 ast\\, present\\, and future.\\n                        \\n              
           Name(Required)\\n                            \\n               
              \\n                                                    First
 \\n                                                    \\n               
                                  \\n                            \\n      
                       \\n                                                
             Last\\n                                                      
       \\n                                                        \\n     
                        \\n                        Email(Required)\\n     
                            \\n                                    Enter E
 mail\\n                                    \\n                           
      \\n                                \\n                              
       Confirm Email\\n                                    \\n            
                     \\n                                \\n               
              \\n            #cf-turnstile-gf-234 { margin-left: -15px\\; 
 }   .gf-turnstile-container { width: 100%\\; } .gform_footer.top_label { 
 display: flex\\; flex-wrap: wrap\\; }  document.addEventListener("DOMCont
 entLoaded"\\, function() {document.addEventListener('gform/post_render'\\
 , function handlePostRender(event) {if (event.detail.formId !== 234) {ret
 urn\\;}gform.utils.addAsyncFilter('gform/submission/pre_submission'\\, as
 ync function handlePreSubmission(data) {document.addEventListener('gform/
 post_render'\\, function rerenderTurnstile(event) {if (event.detail.formI
 d !== 234) {return\\;}const turnstileElement = document.getElementById('c
 f-turnstile-gf-234')\\;if (turnstileElement) {turnstile.remove('#cf-turns
 tile-gf-234')\\;turnstile.render('#cf-turnstile-gf-234')\\;}document.remo
 veEventListener('gform/post_render'\\, rerenderTurnstile)\\;})\\;gform.ut
 ils.removeFilter('gform/submission/pre_submission'\\, handlePreSubmission
 )\\;return data\\;})\\;document.removeEventListener('gform/post_render'\\
 , handlePostRender)\\;})\\;})\\; \\n            \\n            \\n       
      \\n            \\n            \\n            \\n            \\n     
        \\n            \\n            \\n            \\n            \\n   
          \\n        \\n                        \\n                       
  \\ngform.initializeOnLoaded( function() {gformInitSpinner( 234\\, 'https
 ://montrosecenter.org/wp-content/plugins/gravityforms/images/spinner.svg'
 \\, true )\\;jQuery('#gform_ajax_frame_234').on('load'\\,function(){var c
 ontents = jQuery(this).contents().find('*').html()\\;var is_postback = co
 ntents.indexOf('GF_AJAX_POSTBACK') >= 0\\;if(!is_postback){return\\;}var 
 form_content = jQuery(this).contents().find('#gform_wrapper_234')\\;var i
 s_confirmation = jQuery(this).contents().find('#gform_confirmation_wrappe
 r_234').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){jQ
 uery('#gform_wrapper_234').html(form_content.html())\\;if(form_content.ha
 sClass('gform_validation_error')){jQuery('#gform_wrapper_234').addClass('
 gform_validation_error')\\;} else {jQuery('#gform_wrapper_234').removeCla
 ss('gform_validation_error')\\;}setTimeout( function() { /* delay the scr
 oll by 50 milliseconds to fix a bug in chrome */  }\\, 50 )\\;if(window['
 gformInitDatepicker']) {gformInitDatepicker()\\;}if(window['gformInitPric
 eFields']) {gformInitPriceFields()\\;}var current_page = jQuery('#gform_s
 ource_page_number_234').val()\\;gformInitSpinner( 234\\, 'https://montros
 ecenter.org/wp-content/plugins/gravityforms/images/spinner.svg'\\, true )
 \\;jQuery(document).trigger('gform_page_loaded'\\, [234\\, current_page])
 \\;window['gf_submitting_234'] = false\\;}else if(!is_redirect){var confi
 rmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html(
 )\\;if(!confirmation_content){confirmation_content = contents\\;}jQuery('
 #gform_wrapper_234').replaceWith(confirmation_content)\\;jQuery(document)
 .trigger('gform_confirmation_loaded'\\, [234])\\;window['gf_submitting_23
 4'] = false\\;wp.a11y.speak(jQuery('#gform_confirmation_message_234').tex
 t())\\;}else{jQuery('#gform_234').append(contents)\\;if(window['gformRedi
 rect']) {gformRedirect()\\;}}jQuery(document).trigger("gform_pre_post_ren
 der"\\, [{ formId: "234"\\, currentPage: "current_page"\\, abort: functio
 n() { this.preventDefault()\\; } }])\\;        if (event && event.default
 Prevented) {                return\\;        }        const gformWrapperD
 iv = document.getElementById( "gform_wrapper_234" )\\;        if ( gformW
 rapperDiv ) {            const visibilitySpan = document.createElement( "
 span" )\\;            visibilitySpan.id = "gform_visibility_test_234"\\; 
            gformWrapperDiv.insertAdjacentElement( "afterend"\\, visibilit
 ySpan )\\;        }        const visibilityTestDiv = document.getElementB
 yId( "gform_visibility_test_234" )\\;        let postRenderFired = false\
 \;        function triggerPostRender() {            if ( postRenderFired 
 ) {                return\\;            }            postRenderFired = tr
 ue\\;            gform.core.triggerPostRenderEvents( 234\\, current_page 
 )\\;            if ( visibilityTestDiv ) {                visibilityTestD
 iv.parentNode.removeChild( visibilityTestDiv )\\;            }        }  
       function debounce( func\\, wait\\, immediate ) {            var tim
 eout\\;            return function() {                var context = this\
 \, args = arguments\\;                var later = function() {           
          timeout = null\\;                    if ( !immediate ) func.appl
 y( context\\, args )\\;                }\\;                var callNow = 
 immediate && !timeout\\;                clearTimeout( timeout )\\;       
          timeout = setTimeout( later\\, wait )\\;                if ( cal
 lNow ) func.apply( context\\, args )\\;            }\\;        }        c
 onst debouncedTriggerPostRender = debounce( function() {            trigg
 erPostRender()\\;        }\\, 200 )\\;        if ( visibilityTestDiv && v
 isibilityTestDiv.offsetParent === null ) {            const observer = ne
 w MutationObserver( ( mutations ) => {                mutations.forEach( 
 ( mutation ) => {                    if ( mutation.type === 'attributes' 
 && visibilityTestDiv.offsetParent !== null ) {                        deb
 ouncedTriggerPostRender()\\;                        observer.disconnect()
 \\;                    }                })\\;            })\\;           
  observer.observe( document.body\\, {                attributes: true\\, 
                childList: false\\,                subtree: true\\,       
          attributeFilter: [ 'style'\\, 'class' ]\\,            })\\;     
    } else {            triggerPostRender()\\;        }    } )\\;} )\\;\\n
 	\\n		\\n			\\n				\\n					\\n						\\n	\\n	\\n						\\n							Add to cal
 endar						\\n						\\n	\\n					\\n					\\n						\\n															\\n			
 						\\n										Google Calendar									\\n								\\n															\
 \n									\\n										iCalendar									\\n								\\n															\\
 n									\\n										Outlook 365									\\n								\\n															\
 \n									\\n										Outlook Live\\nhttps://www.gayout.com/usa-canada/
 united-states/houston/events/community-dialogue-8211-big-pharma-2026-08-1
 2
LOCATION:Montrose Center
URL:https://www.gayout.com/usa-canada/united-states/houston/events/community-dialogue-8211-big-pharma-2026-08-12
STATUS:CONFIRMED
END:VEVENT
END:VCALENDAR
