{"id":907841,"date":"2014-12-04T10:10:02","date_gmt":"2014-12-04T18:10:02","guid":{"rendered":"http:\/\/tri.be\/support\/forums\/topic\/events-passing-too-soon\/"},"modified":"2015-01-12T07:49:27","modified_gmt":"2015-01-12T15:49:27","slug":"events-passing-too-soon","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/events-passing-too-soon\/","title":{"rendered":"Events Passing Too Soon"},"content":{"rendered":"<p>Hi Geoff &amp;&amp; || Any Other Super Handy Support Rep,<br \/>\nI&#8217;ve just upgraded to Events Calendar PRO and I&#8217;m looking for a wee bit of help with a implementation I engineered based on this thread (https:\/\/theeventscalendar.com\/support\/forums\/topic\/calling-event-listing-onto-homepage\/). <\/p>\n<p>In the the end, the above code calls all my events onto the homepage, but doesn&#8217;t take into account events that have passed, so some further tweaks were necessary.  I found filter_all_tribe_occurrences(); here somewhere here in the forums and that was just what I needed.  There&#8217;s only one teeny problem left.  Events seem to pass (so disappear from the homepage) about 2 hours before they should.  So an event at 6pm, disappears from the homepage at 4pm. I would assume this is something about the Timezone used by the TimeDate(); but I tried modifying the code below a few ways, all without success.  Can you help a brother out?  <\/p>\n<pre><code>\n add_filter(&#039;tribe_events_pre_get_posts&#039;, &#039;filter_tribe_all_occurences&#039;, 100);\n\n    function filter_tribe_all_occurences ($wp_query) {\n            if ( !is_admin() )  {\n                    $new_meta = array();\n                    $today = new DateTime();\n\n                \/\/ Join with existing meta_query\n                if(is_array($wp_query-&gt;meta_query))\n                        $new_meta = $wp_query-&gt;meta_query;\n\n                \/\/ Add new meta_query, select events ending from now forward\n                $new_meta[] = array(\n                        &#039;key&#039; =&gt; &#039;_EventEndDate&#039;,\n                        &#039;type&#039; =&gt; &#039;DATETIME&#039;,\n                        &#039;compare&#039; =&gt; &#039;&gt;=&#039;,\n                        &#039;value&#039; =&gt; $today-&gt;format(&#039;Y-m-d H:i:s&#039;)\n                );\n                $wp_query-&gt;set( &#039;meta_query&#039;, $new_meta );\n        }\n        return $wp_query;\n}\n?&gt;\n    &lt;?php \/\/ Calls Events from Events Calendar\n       $posts_array = tribe_get_events( $full = false );\n       foreach ( $posts_array as $post ) : setup_postdata( $post ); ?&gt;\n          &lt;div id=&quot;post-&lt;?php the_ID() ?&gt;&quot; class=&quot;&lt;?php tribe_events_event_classes() ?&gt;&quot;&gt;\n            &lt;?php tribe_get_template_part( &#039;list\/single&#039;, &#039;event&#039; ) ?&gt;\n          &lt;\/div&gt;&lt;!-- .hentry .vevent --&gt;\n        &lt;?php endforeach;\n    ?&gt;\n<\/code><\/pre>\n","protected":false},"template":"","class_list":["post-907841","topic","type-topic","status-closed","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Events Passing Too Soon -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/events-passing-too-soon\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Events Passing Too Soon -\" \/>\n<meta property=\"og:description\" content=\"Hi Geoff &amp;&amp; || Any Other Super Handy Support Rep, I&#8217;ve just upgraded to Events Calendar PRO and I&#8217;m looking for a wee bit of help with a implementation I engineered based on this thread (https:\/\/theeventscalendar.com\/support\/forums\/topic\/calling-event-listing-onto-homepage\/). In the the end, the above code calls all my events onto the homepage, but doesn&#8217;t take into account [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/events-passing-too-soon\/\" \/>\n<meta property=\"article:modified_time\" content=\"2015-01-12T15:49:27+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/events-passing-too-soon\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/events-passing-too-soon\/\",\"name\":\"Events Passing Too Soon -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2014-12-04T18:10:02+00:00\",\"dateModified\":\"2015-01-12T15:49:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/events-passing-too-soon\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/events-passing-too-soon\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/events-passing-too-soon\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/theeventscalendar.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Topics\",\"item\":\"https:\/\/theeventscalendar.com\/support\/topics\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Calendar Products\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Events Calendar PRO\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/events-calendar-pro\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Events Passing Too Soon\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\",\"url\":\"https:\/\/theeventscalendar.com\/support\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/theeventscalendar.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Events Passing Too Soon -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/events-passing-too-soon\/","og_locale":"en_US","og_type":"article","og_title":"Events Passing Too Soon -","og_description":"Hi Geoff &amp;&amp; || Any Other Super Handy Support Rep, I&#8217;ve just upgraded to Events Calendar PRO and I&#8217;m looking for a wee bit of help with a implementation I engineered based on this thread (https:\/\/theeventscalendar.com\/support\/forums\/topic\/calling-event-listing-onto-homepage\/). In the the end, the above code calls all my events onto the homepage, but doesn&#8217;t take into account [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/events-passing-too-soon\/","article_modified_time":"2015-01-12T15:49:27+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/events-passing-too-soon\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/events-passing-too-soon\/","name":"Events Passing Too Soon -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2014-12-04T18:10:02+00:00","dateModified":"2015-01-12T15:49:27+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/events-passing-too-soon\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/events-passing-too-soon\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/events-passing-too-soon\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/theeventscalendar.com\/support\/"},{"@type":"ListItem","position":2,"name":"Topics","item":"https:\/\/theeventscalendar.com\/support\/topics\/"},{"@type":"ListItem","position":3,"name":"Calendar Products","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/"},{"@type":"ListItem","position":4,"name":"Events Calendar PRO","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/events-calendar-pro\/"},{"@type":"ListItem","position":5,"name":"Events Passing Too Soon"}]},{"@type":"WebSite","@id":"https:\/\/theeventscalendar.com\/support\/#website","url":"https:\/\/theeventscalendar.com\/support\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/theeventscalendar.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/907841","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":1,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/907841\/revisions"}],"predecessor-version":[{"id":930554,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/907841\/revisions\/930554"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=907841"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}