Use this app to export your upcoming Meetup.com events into Remember The Milk tasks. And therefore, avoid paying for such functionality through IFTTT :yay:
-
Fetches your meetup events and convert them to tasks. The format used, by default and which can be also adjusted, is <ID-MeetupRTM: meetupEventID MeetupName>.
-
100% Privacy-focused - my app has no tracking whatsoever. It only writes a log file to the folder from which program is executed.
-
Unfortunately, it will not recognize already added tasks and hence will add them again. You will need to de-clutter your list for avoiding duplicates. See Issue
-
full CI/CD pipeline with Azure DevOps, resulting into GitHub releases
You will need to have 2 API keys:
- OAuth2 (since 2019) app from Meetup https://secure.meetup.com/meetup_api/key/
- API Keys from RTM https://www.rememberthemilk.com/services/api/
I use Azure Pipelines for CI/CD. See here https://johnmalc.visualstudio.com/MeetupToRTM/_build/
How to update submodule to point to the latest changes?
cd MeetupToRTM
git submodule update --remote
Download from release page a zip
archive and unpack it somewhere.
Double click on exe file -> app should start automatically.
Class Diagram anybody ? Sure here we go:
In order to make this application work, I had to fork and submit patches to the https://github.com/dmpe/RememberTheMilkApi, see merged_branch_with_all_changes
branch.
Indeed, this programm depends on the upstream RTM library.