{"id":1504811,"date":"2018-04-11T13:57:37","date_gmt":"2018-04-11T20:57:37","guid":{"rendered":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/recurrence-description-field-in-json-feed\/"},"modified":"2018-04-11T13:57:37","modified_gmt":"2018-04-11T20:57:37","slug":"recurrence-description-field-in-json-feed","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/recurrence-description-field-in-json-feed\/","title":{"rendered":"Recurrence Description field in JSON feed"},"content":{"rendered":"<p>How can I output the Recurrence Description field in each recurring event in the JSON feed?<\/p>\n<p>I tried the same way like custom fields (see: <a href=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/custom-field-output-for-json-feed\/\">topic\/custom-field-output-for-json-feed\/<\/a>, but that didn&#8217;t show up.<\/p>\n<pre><code>\n    &#039;Termine&#039;=&gt; get_post_meta( $recurrence[description], &#039;_ecp_custom_16&#039;, true ),\n<\/code><\/pre>\n<p>The result in the JSON is:<\/p>\n<pre><code>\n&quot;Termine&quot;: false\n<\/code><\/pre>\n<p>That&#8217;s somehat close, because it&#8217;s at least something.<\/p>\n<p>This code I tried, showed nothing:<\/p>\n<pre><code>\n    &#039;Termine&#039;=&gt; get_post_meta( $event_id, &#039;recurrence-description&#039;, true ),\n<\/code><\/pre>\n<pre><code>\n&quot;Termine&quot; : &quot;&quot;\n<\/code><\/pre>\n<p>Or would it be possible to autocopy the text from the Recurrence Description field into a custom field?<\/p>\n","protected":false},"template":"","class_list":["post-1504811","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>Recurrence Description field in JSON feed -<\/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\/recurrence-description-field-in-json-feed\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Recurrence Description field in JSON feed -\" \/>\n<meta property=\"og:description\" content=\"How can I output the Recurrence Description field in each recurring event in the JSON feed? I tried the same way like custom fields (see: topic\/custom-field-output-for-json-feed\/, but that didn&#8217;t show up. &#039;Termine&#039;=&gt; get_post_meta( $recurrence[description], &#039;_ecp_custom_16&#039;, true ), The result in the JSON is: &quot;Termine&quot;: false That&#8217;s somehat close, because it&#8217;s at least something. This code [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/recurrence-description-field-in-json-feed\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/recurrence-description-field-in-json-feed\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/recurrence-description-field-in-json-feed\/\",\"name\":\"Recurrence Description field in JSON feed -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2018-04-11T20:57:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/recurrence-description-field-in-json-feed\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/recurrence-description-field-in-json-feed\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/recurrence-description-field-in-json-feed\/#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\":\"Recurrence Description field in JSON feed\"}]},{\"@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":"Recurrence Description field in JSON feed -","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\/recurrence-description-field-in-json-feed\/","og_locale":"en_US","og_type":"article","og_title":"Recurrence Description field in JSON feed -","og_description":"How can I output the Recurrence Description field in each recurring event in the JSON feed? I tried the same way like custom fields (see: topic\/custom-field-output-for-json-feed\/, but that didn&#8217;t show up. &#039;Termine&#039;=&gt; get_post_meta( $recurrence[description], &#039;_ecp_custom_16&#039;, true ), The result in the JSON is: &quot;Termine&quot;: false That&#8217;s somehat close, because it&#8217;s at least something. This code [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/recurrence-description-field-in-json-feed\/","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/recurrence-description-field-in-json-feed\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/recurrence-description-field-in-json-feed\/","name":"Recurrence Description field in JSON feed -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2018-04-11T20:57:37+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/recurrence-description-field-in-json-feed\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/recurrence-description-field-in-json-feed\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/recurrence-description-field-in-json-feed\/#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":"Recurrence Description field in JSON feed"}]},{"@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\/1504811","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\/1504811\/revisions"}],"predecessor-version":[{"id":1506495,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1504811\/revisions\/1506495"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=1504811"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}