agilepdx / agilepdx.github.io

AgilePDX web site
http://agilepdx.org
1 stars 4 forks source link

Add upcoming Meetup events to homepage #48

Open MikeTheCanuck opened 7 years ago

MikeTheCanuck commented 7 years ago

Similar to the feed of recent Tweets, it would be handy to display a listing of the upcoming published Meetups from the AgilePDX meetup calendar.

It turns out that Meetup offers a number of public feeds for easy inclusion (RSS, Atom, iCal, Outlook), as you can see on this page: https://www.meetup.com/AgilePDX-User-Group-Portland-Metro/events/calendar/

Plus if you really want to get crazy there's always the Meetup API.

Acceptance Criteria

  1. Given there are more than one upcoming Meetup events published to the AgilePDX calendar When I view the homepage with integrated Meetup events Then I can see both the title of the event and a clickable/tap-able button for registering for each event.
  2. Given I have a Meetup account When I view the homepage with integrated Meetup events Then I can click on an upcoming Meetup and register for it with only 1-2 more clicks.