-
Notifications
You must be signed in to change notification settings - Fork 23
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
Creation of a calendar containing all event #56
Comments
We can display all next meetup in a new file (or readme.md). I prepare an API to be installed in GCP functions. |
On the readme file, I would see all meetup like this. Like bot contributor, with a tag
|
Hi @jeanphibaconnais
What do you think about it? |
Salut @Thomas-Boutin |
Yep normalement pour chaque groupe, on a un flux du type https://www.meetup.com/{group}/events/rss/?_locale={locale} Exemple : https://www.meetup.com/CocoaHeads-Nantes/events/rss/?_locale=fr-FR Pour les meetups ayant leur propre site, je n'ai pas tout vérifié. Mais NantesJS (là d'où part la discussion :D), il y a un flux RSS Avoir un flux RSS pour tous serait carrément top pour la com de tout le monde je te rejoins !! |
Désolé @Thomas-Boutin je viens de remettre le nez dans les issues du projet. Yes on peut imaginer fournir un flux rss global pour tous les meetups. Le composant que j'ai initié pour rassembler les dates en format markdown pourrait faire aggrégateur de flux rss par la suite. |
First step of this issue, the creation of an event panel (PR #67) |
The first meetup is displayed by a bot (cf #73) 🎉 |
I schedule an update each Monday at 10 am. |
Hey team, any plans to pick this up again ? Can I help ? |
Hello @Djiit , for now, we have nothing in progress for this. The only idea I have is to used the API (hosted in GitLab) creating a ics saved on GCP and refresh the file each time the API run and update the events list. But I didn't know if this can work. |
To get all meetup events, the creation a calendar (or other ways like RSS) could be usefull. I'am started on a simple tool based on the meetup API.
The text was updated successfully, but these errors were encountered: