Skip to content

enables you to export all calendar events for meetup groups you're in regardless of whether you're going or not

Notifications You must be signed in to change notification settings

davidawad/meetup_ical_export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meetup_ical_export

This script will find all the meetup groups you're a part of, and take all of their events and export them in ical format so you can subscribe to a rolling calendar of meetup events that you might be interested in.

But now you don't have to go on meetup.com or say that you're going ahead of time. :)

setup

meetup api key

Just export your meetup API key as MEETUP_KEY.

python depenencies

$ pip install -r requirements.txt

run the script

$ python script.py

Local Deployment

Deploy

As I understand it you should be able to deploy just by hitting this button!

Just make sure to set the Config Var MEETUP_KEY to your meetup api key.

You can get a meetup api key here.

Deploying if you're not in EST

You'll need to do one extra step:

look for the timezone string 'America/New_York' in app.py, and make sure you adjust it to your local timezone string.

If you're not sure what yours is just take a look at this list. I'm pretty confident almost all of them should be supported.

About

enables you to export all calendar events for meetup groups you're in regardless of whether you're going or not

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages