This is a (very) basic iCal to Remind translator. I wrote it because the ones that I could find did not work very well for my purposes; specifically, I want to have a program in my pipeline that I can use to 'open' .ics files from any mail client and append a line to my reminders.
I've tested it with a number of the invitations that have been sent to me in the past, but there is definitely room for improvement.
Depending on what architecture you're building this for, it should be this simple on most of them:
cmake .
make
The known good library requirements are boost 1.47 and libical version 0.46. Later or earlier versions should work, but these are the versions against which I developed.