The Meetup Community Integration allows you to add RSVPs from your Meetup organization into your Orbit workspace.
A new version (v0.1.0) has been released that improves the overall experience of using the integration:
  • Historical importing of older data is now possible within the instantiation of the client in the code and with the command-line interface (CLI) using the
    historical_import
    boolean parameter in the client instance or the
    --historical-import
    flag in the CLI
  • Which Meetup RSVPs to send to Orbit are now dynamically determined based on the last activity for that type currently in your Orbit workspace
The GitHub Action template for Meetup has been updated with the latest instructions on how to leverage the
--historical-import
option. You can update your own action workflow using the latest instructions.