Lets assume we have the following rss content:

  <?xml version="1.0" encoding="UTF-8"?>
  <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
      <atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://source.com/rss/events"  rel="self" type="application/rss+xml"></atom:link>
      <title>Upcoming Events</title>
      <link>http://domain.com/calendar</link>
      <description>Upcoming Events</description>
      <item>
        <title>New Years Day Event</title>
        <link>https://domain.com/events/20170101</link>
        <guid>123456</guid>
        <date>01/01/2017</date>
        <start>08:00</start>
        <end>12:00</end>
        <description>Happy New Years!</description>
        <content>
            This is a cool new years party!
        </content>
      </item>  
    </channel>
  </rss>

Let's then say I created an aggregator block and wanted this information to display as follows:

New Years Day Event, 01/01/2017, 08:00-12:00

Is this possible? I have tried my best to find applicable aggregator documentation for Drupal 8, and what little I have found has been quite minimal. I've played around with configurations, and can't seem to find anywhere to select which fields to display on the aggregator block. I'd greatly appreciate if someone could provide an answer of point me to the proper documentation for Drupal 8 feed aggregator.

Comments

xeM8VfDh created an issue. See original summary.

xem8vfdh’s picture

Issue summary: View changes
xem8vfdh’s picture

Issue summary: View changes

Version: 8.1.8 » 8.1.x-dev

Core issues are now filed against the dev versions where changes will be made. Document the specific release you are using in your issue comment. More information about choosing a version.

Version: 8.1.x-dev » 8.9.x-dev

Drupal 8.8.7 was released on June 3, 2020 and is the final full bugfix release for the Drupal 8.8.x series. Branches prior to 8.8.x are not supported, and Drupal 8.8.x will not receive any further development aside from security fixes. Sites should prepare to update to Drupal 8.9.0 or Drupal 9.0.0 for ongoing support.

Bug reports should be targeted against the 8.9.x-dev branch from now on, and new development or disruptive changes should be targeted against the 9.1.x-dev branch. For more information see the Drupal 8 and 9 minor version schedule and the Allowed changes during the Drupal 8 and 9 release cycles.

Version: 8.9.x-dev » 9.2.x-dev

Drupal 8 is end-of-life as of November 17, 2021. There will not be further changes made to Drupal 8. Bugfixes are now made to the 9.3.x and higher branches only. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Version: 9.2.x-dev » 9.3.x-dev
cilefen’s picture

Status: Active » Closed (outdated)

I am closing this support request because there have been no recent comments in more than five years.