Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add meetup widget #28

Open
4 tasks
emanguy opened this issue Jul 9, 2022 — with Slack · 2 comments
Open
4 tasks

Add meetup widget #28

emanguy opened this issue Jul 9, 2022 — with Slack · 2 comments
Labels
enhancement New feature or request

Comments

Copy link
Member

emanguy commented Jul 9, 2022

Description and related issues -
We should add a meetup widget which shows activity on our meetups similar to this one: caseywatts/novacodecoffee.github.io@85cff84

What is the goal or purpose of this ticket?
More useful information on the website!

Mockups or Screenshots

Acceptance criteria

Given When Then

This task is done when…

This could include:

  • a list of changes to be made
  • all acceptance criteria are met
  • the description of what a user might be able to accomplish once this is done
  • identify 508 considerations and/or recommendations

@emanguy emanguy added the enhancement New feature or request label Jul 9, 2022 — with Slack
@caseywatts
Copy link
Contributor

Related to (dupe?) this one: #14

@caseywatts
Copy link
Contributor

I think the best way to do this lately is probably by using the .ics ical feed (since they changed the API years ago)
https://www.meetup.com/Baltimore-Code-and-Coffee/events/ical/

This ical link is from /events/calendar for our group on meetup.com:
https://www.meetup.com/baltimore-code-and-coffee/events/calendar/

We can parse it using a library like this one:
https://github.com/mozilla-comm/ical.js/
(I'm sure there are many! No particular preference which one)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants