{"id":1594099,"date":"2018-08-09T11:11:35","date_gmt":"2018-08-09T18:11:35","guid":{"rendered":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/events-calendar-feed-should-display-event-start-time-and-date\/"},"modified":"2018-08-09T11:11:35","modified_gmt":"2018-08-09T18:11:35","slug":"events-calendar-feed-should-display-event-start-time-and-date","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/events-calendar-feed-should-display-event-start-time-and-date\/","title":{"rendered":"Events Calendar feed should display Event start time and date"},"content":{"rendered":"<p>Hi,<\/p>\n<p>I am trying to include the event start time and start date to the events feed. Here is the link to my feed https:\/\/camanabay.com\/event\/feed\/. I don&#8217;t see the start data and the end date of the events along with the times. Can you guide me through the process on how to add this to my code. I have used this link https:\/\/theeventscalendar.com\/knowledgebase\/customize-rss-feed\/ and followed the instructions but I cant het it to work. Let me know if there&#8217;s something i am missing here. Here is the snippet of the code i used in the funtions.php file inside my theme folder.  <\/p>\n<p>add_action( &#8216;rss2_ns&#8217;, &#8216;events_rss2_namespace&#8217; );<\/p>\n<p>function events_rss2_namespace() {<br \/>\n    echo &#8216;xmlns:ev=&#8221;http:\/\/purl.org\/rss\/2.0\/modules\/event\/&#8221;&#8216;.&#8221;\\n&#8221;;<br \/>\n}<\/p>\n<p>\/\/ Add Event Dates to RSS Feed<br \/>\nadd_action(&#8216;rss_item&#8217;,&#8217;tribe_rss_feed_add_eventdate&#8217;);<br \/>\nadd_action(&#8216;rss2_item&#8217;,&#8217;tribe_rss_feed_add_eventdate&#8217;);<br \/>\nadd_action(&#8216;commentsrss2_item&#8217;,&#8217;tribe_rss_feed_add_eventdate&#8217;);<\/p>\n<p>function tribe_rss_feed_add_eventdate() {<br \/>\n  if ( ! tribe_is_event() ) return;<br \/>\n  ?&gt;<br \/>\n  &lt;ev:tribe_event_meta xmlns:ev=&#8221;Event&#8221;&gt;<br \/>\n  &lt;?php if (tribe_get_start_date() !== tribe_get_end_date() ) { ?&gt;<\/p>\n<p>    &lt;ev:startdate&gt;&lt;?php echo tribe_get_start_date(); ?&gt;&lt;\/ev:startdate&gt;<br \/>\n    &lt;ev:enddate&gt;&lt;?php echo tribe_get_end_date(); ?&gt;&lt;\/ev:enddate&gt;<\/p>\n<p>  &lt;?php } else { ?&gt;<\/p>\n<p>    &lt;ev:startdate&gt;&lt;?php echo tribe_get_start_date(); ?&gt;&lt;\/ev:startdate&gt;<\/p>\n<p>  &lt;?php } ?&gt;<br \/>\n  &lt;\/ev:tribe_event_meta&gt;<\/p>\n<p>&lt;?php }<\/p>\n<p>Thanks!<\/p>\n","protected":false},"template":"","class_list":["post-1594099","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 Calendar feed should display Event start time and date -<\/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-calendar-feed-should-display-event-start-time-and-date\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Events Calendar feed should display Event start time and date -\" \/>\n<meta property=\"og:description\" content=\"Hi, I am trying to include the event start time and start date to the events feed. Here is the link to my feed https:\/\/camanabay.com\/event\/feed\/. I don&#8217;t see the start data and the end date of the events along with the times. Can you guide me through the process on how to add this to [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/events-calendar-feed-should-display-event-start-time-and-date\/\" \/>\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\/events-calendar-feed-should-display-event-start-time-and-date\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/events-calendar-feed-should-display-event-start-time-and-date\/\",\"name\":\"Events Calendar feed should display Event start time and date -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2018-08-09T18:11:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/events-calendar-feed-should-display-event-start-time-and-date\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/events-calendar-feed-should-display-event-start-time-and-date\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/events-calendar-feed-should-display-event-start-time-and-date\/#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 Calendar feed should display Event start time and date\"}]},{\"@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 Calendar feed should display Event start time and date -","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-calendar-feed-should-display-event-start-time-and-date\/","og_locale":"en_US","og_type":"article","og_title":"Events Calendar feed should display Event start time and date -","og_description":"Hi, I am trying to include the event start time and start date to the events feed. Here is the link to my feed https:\/\/camanabay.com\/event\/feed\/. I don&#8217;t see the start data and the end date of the events along with the times. Can you guide me through the process on how to add this to [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/events-calendar-feed-should-display-event-start-time-and-date\/","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\/events-calendar-feed-should-display-event-start-time-and-date\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/events-calendar-feed-should-display-event-start-time-and-date\/","name":"Events Calendar feed should display Event start time and date -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2018-08-09T18:11:35+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/events-calendar-feed-should-display-event-start-time-and-date\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/events-calendar-feed-should-display-event-start-time-and-date\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/events-calendar-feed-should-display-event-start-time-and-date\/#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 Calendar feed should display Event start time and date"}]},{"@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\/1594099","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":0,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1594099\/revisions"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=1594099"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}