Add "Upcoming Events" feed for /community/events

Created on 5 September 2023, about 1 year ago
Updated 6 February 2024, 10 months ago

Problem/Motivation

The Event Organizers would like to have an easily syndicated feed of upcoming events so that news outlets (like The Weekly Drop) can easily pull a list of upcoming events for syndication.

Due to limitations in the d.o api and/or a D7 date field bug (see this convo) it's not possible to generate that list using the existing API, using something like:

https://www.drupal.org/api-d7/node.json?type=event&field_event_status=confirmed&field_date_of_event[value]>now

Proposed resolution

  • Add an RSS feed of Events using a pattern like https://www.drupal.org/community/events/[event-type|all].rss
  • The feed should list all events of the corresponding type where field_date_of_event[end] >= today
  • Feed items should contain:

- Name: Node title (Twin Cities Drupal Camp)
- Description: Start/End date + Event Format (14 September 2023 to 15 September<br>In person)
- Link: link to the node
- Image: logo

Remaining tasks

- Decide on questions above
- Review with DA
- Do it.

User interface changes

API changes

Data model changes

โœจ Feature request
Status

Active

Version

3.0

Component

Code

Created by

๐Ÿ‡บ๐Ÿ‡ธUnited States froboy Chicago, IL

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024