Is there an easy way to sync meetup.com with vhs calendar?

http://www.meetup.com/robots-and-more-club/rsvps/atom/Robots+and+more+club/

I want the scheduled events to show up on the VHS calendar without having to think about it.
If I change the meetups then then calendar should update to match.
Is this possible? How?

Meetup provides ical, atom, rss feeds of their calendar.

Meetup has an API that you could query:

https://www.meetup.com/meetup_api/docs/:urlname/events/#list

so … some kind of cron bash job that queries the meetup calendar, then query google’s calendar to update the contents.

That sounds pretty good for additions. Do they have some kind of event system for removals and changes?