RSS feeds are now available for your events, providing another method (in addition to iCalendar feed) for members to subscribe to your events. In addition you can utilize event RSS feeds to:
- Allow partner websites to automatically publish your upcoming events on their website.
- Create automated MailChimp RSS Feed campaigns to notify your members of new upcoming events.
RSS feeds can only be enabled for event categories that are public (ie. not restricted to be visible to members only). To enable feeds (both RSS and iCalendar) for your events:
- Navigate to Event List or Event Calendar
- Click “Setup Event Categories”
- Click on a event category
- Enable “Allow users to subscribe to feed”
- Click Save
- Repeat step 4-5 for all the event categories you wish to enable
- Close the Event Categories dialog
- Navigate to Organization Settings > Integration
- Make sure the “Event calendar URL” is correct under Website Integration – this should be the complete URL to the MembershipWorks event calendar/list page on your website.
Once the feeds are enabled, your users will be able to obtain the URL of the RSS feed from the event calendar/list page on your website under the “Subscribe” menu:

Setting up a MailChimp RSS Feed Campaign
To setup your MailChimp RSS feed campaign, first obtain the RSS feed URL – go to the event calendar on your website and click “Subscribe” and select “Copy RSS Feed/URL to your clipboard”.
Next setup your feed campaign according to the directions at this link:
https://mailchimp.com/features/rss-to-email/
Note that depending on when you joined MailChimp, Classic Automations may not be easily accessible. If you cannot access Classic Automations in your Mailchimp account, use this link to navigate to it:
Note that by default, MailChimp doesn’t include some of the RSS item data like the event image. To include this you will need to customize the MailChimp RSS template – please see the following page on using RSS merge tags:
https://mailchimp.com/help/rss-merge-tags/
The MailChimp merge tags for the RSS items corresponding to the event data:
| MailChimp Merge Tag | Event Data |
|---|---|
| *|RSSITEM:TITLE|* | Event Title |
| *|RSSITEM:URL|* | Event URL |
| *|RSSITEM:DATE|* | Date event is created |
| *|RSSITEM:CATEGORIES|* | Event category |
| *|RSSITEM:CONTENT|* | Event start and end dates/times |
| *|RSSITEM:CONTENT_FULL|* | Event description |
| *|RSSITEM:IMAGE|* | Full size event image |
As an example, a very basic MailChimp template that shows a list of events with the title, date, description and image (without any formatting) would look something like this:
*|RSSITEMS:|*
*|RSSITEM:TITLE|*
*|RSSITEM:CONTENT|*
*|RSSITEM:CONTENT_FULL|*
*|RSSITEM:IMAGE|*
*|END:RSSITEMS|*
Please note that we are not able to provide support for setting up or customizing MailChimp campaigns.
Technical Notes for the RSS Feed
- The RSS feed provides the list of events for the next 31 days only.
- The event’s URL is based on the “Event Calendar URL” provided under your MembershipWorks Organization Settings, so it is important that this setting is correct in order for the event URLs in the feed to be correct.
The RSS tags corresponding to the event data:
| RSS Tag | Event Data |
|---|---|
| <title> | Event Title |
| <link> | Event URL |
| <pubDate> | Event creation date/time RFC 2822 encoded |
| <category> | Event category |
| <description> | Event start and end dates/times |
| <content:encoded> | Event description |
| <enclosure> <media:content medium=”image”> |
Full size event image URL |
| <ev:startdate> | Event start date/time ISO 8601 encoded |
| <ev:enddate> | Event end date/time ISO 8601 encoded |
| <ev:location> | Event location |



Comments are closed.