{"id":1214922,"date":"2017-01-08T16:42:54","date_gmt":"2017-01-09T00:42:54","guid":{"rendered":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/code-to-print-out-all-events-plus-the-ticket-for-each-all-at-once\/"},"modified":"2017-01-08T16:45:18","modified_gmt":"2017-01-09T00:45:18","slug":"code-to-print-out-all-events-plus-the-ticket-for-each-all-at-once","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/code-to-print-out-all-events-plus-the-ticket-for-each-all-at-once\/","title":{"rendered":"Code to print out all events plus the tickets for each event all at once"},"content":{"rendered":"<p>I&#8217;m trying this code to get all the events between the two dates which works, but I also want all the RSVP tickets for each event which doesn&#8217;t work. The file attendees-email.php gets all the tickets for an event, but I&#8217;m confused how to load the variables properly on my own and am clearly missing something. I don&#8217;t know how to get the ticketing data for each event&#8230;The $items variable is possibly the problem.<\/p>\n<pre><code>&lt;?php;\n   global $post;\t\/\/ Ensure the global $post variable is in scope\n   $events = tribe_get_events( array(\n\t\t&#039;start_date&#039;     =&gt; date( &#039;2016-01-01 12:00:00&#039; ),\n\t\t&#039;end_date&#039;       =&gt; date( &#039;2026-12-31 12:00:00&#039; ),\n\t\t&#039;eventDisplay&#039;   =&gt; &#039;custom&#039;,\n\t\t&#039;posts_per_page&#039; =&gt; -1\n\t));\n    if ( empty( $events ) ) {\n\t\techo &#039;Sorry, nothing found.&#039;;\n\t}\n\telse foreach( $events as $post ) {\n\t\tsetup_postdata( $post );\n\t\techo get_the_title($post).&#039;, &#039;.tribe_get_start_date().&#039;, &#039;.tribe_get_city().&#039;, &#039;.tribe_get_state().&#039;, &#039;.tribe_get_country(). PHP_EOL;\n\t\t\n\t\tforeach ( $items as $item ) {\n    \t\tforeach ( $item as $field ) {\n    \t\t\techo $field;\n    \t\t}\n\t    }\n\t} \n?&gt;<\/code><\/pre>\n","protected":false},"template":"","class_list":["post-1214922","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>Code to print out all events plus the tickets for each event all at once -<\/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\/code-to-print-out-all-events-plus-the-ticket-for-each-all-at-once\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Code to print out all events plus the tickets for each event all at once -\" \/>\n<meta property=\"og:description\" content=\"I&#8217;m trying this code to get all the events between the two dates which works, but I also want all the RSVP tickets for each event which doesn&#8217;t work. The file attendees-email.php gets all the tickets for an event, but I&#8217;m confused how to load the variables properly on my own and am clearly missing [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/code-to-print-out-all-events-plus-the-ticket-for-each-all-at-once\/\" \/>\n<meta property=\"article:modified_time\" content=\"2017-01-09T00:45:18+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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/code-to-print-out-all-events-plus-the-ticket-for-each-all-at-once\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/code-to-print-out-all-events-plus-the-ticket-for-each-all-at-once\/\",\"name\":\"Code to print out all events plus the tickets for each event all at once -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2017-01-09T00:42:54+00:00\",\"dateModified\":\"2017-01-09T00:45:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/code-to-print-out-all-events-plus-the-ticket-for-each-all-at-once\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/code-to-print-out-all-events-plus-the-ticket-for-each-all-at-once\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/code-to-print-out-all-events-plus-the-ticket-for-each-all-at-once\/#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\":\"Code to print out all events plus the tickets for each event all at once\"}]},{\"@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":"Code to print out all events plus the tickets for each event all at once -","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\/code-to-print-out-all-events-plus-the-ticket-for-each-all-at-once\/","og_locale":"en_US","og_type":"article","og_title":"Code to print out all events plus the tickets for each event all at once -","og_description":"I&#8217;m trying this code to get all the events between the two dates which works, but I also want all the RSVP tickets for each event which doesn&#8217;t work. The file attendees-email.php gets all the tickets for an event, but I&#8217;m confused how to load the variables properly on my own and am clearly missing [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/code-to-print-out-all-events-plus-the-ticket-for-each-all-at-once\/","article_modified_time":"2017-01-09T00:45:18+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/code-to-print-out-all-events-plus-the-ticket-for-each-all-at-once\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/code-to-print-out-all-events-plus-the-ticket-for-each-all-at-once\/","name":"Code to print out all events plus the tickets for each event all at once -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2017-01-09T00:42:54+00:00","dateModified":"2017-01-09T00:45:18+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/code-to-print-out-all-events-plus-the-ticket-for-each-all-at-once\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/code-to-print-out-all-events-plus-the-ticket-for-each-all-at-once\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/code-to-print-out-all-events-plus-the-ticket-for-each-all-at-once\/#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":"Code to print out all events plus the tickets for each event all at once"}]},{"@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\/1214922","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\/1214922\/revisions"}],"predecessor-version":[{"id":1215627,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1214922\/revisions\/1215627"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=1214922"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}