Open
Description
I was thinking it would be nice if we could add some config to a file that described an event e.g.
events:
- title: My Event
date: 01/12/2021
description: Lots of useful info
.
.
.
etc.
We could then use this to drive the Event page of the website but we could also use it to:
- Create the Meetup event via the API - see https://www.meetup.com/meetup_api/docs/:urlname/events/#create
- Create an announcement tweet
- Announce in other social media platforms
This might be something we can automate using GitHub actions