Open
Description
There are many user groups that use meetup to organize the events. It's a waste of time for the community that the organizers need to submit them to be added to python.org, and that moderators need to approve them.
After #1172 is implemented, a list of trusted meetup groups will be available. We can have a command scheduled with cron once per day (or a better frequency). It'll check all the trusted meetup groups in the database, and will add the new events to the Google calendars.
The API to access meetup is explained here: https://www.meetup.com/meetup_api/
And the API for Google calendars is explained here: https://developers.google.com/google-apps/calendar/