ical2rem.pl That's why I wrote it.
I have a script that runs this: wget -q -O full/justin.ics --no-check-certificate https://www.google.com/calendar/ical/jbalcorn\%40gmail.com/private-ec6xxxxxxxxxxxxxxxxxxxxxxx567d13/basic.ics Along with every other google calendar I'm interested in, i.e.: wget -q -O USHolidays.ics http://www.mozilla.org/projects/calendar/caldata/USHolidays.ics I get rid of past events: ~/bin/cal_futureonly.pl --file=justin.ics Then I run this: 0-59/30 * * * * cat ~/calendars/*.ics | local/bin/ical2rem.pl --label "Online Calendar" --heading "PRIORITY 9999" --lead-time 5 > ical2rem && mv ical2rem .ical2rem And include .ical2rem in my .reminders file -- Justin B. Alcorn PGP Fingerprint A36D D691 C5B0 BE15 5A2A AF49 AA1C 372C On Mon, Dec 3, 2012 at 6:22 PM, hymie! <[email protected]> wrote: > > Justin Alcorn writes: > >ical2rem.pl will take the ical files created by apple calendars and > create > >remind files, > > Sorry. I mis-spoke. > > Remind is ***awesome*** . I just wish I could sync it with Google. > > --hymie! http://lactose.homelinux.net/~hymie > [email protected] > > ------------------------------------------------------------------------------- > _______________________________________________ > Remind-fans mailing list > [email protected] > http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans > Remind is at http://www.roaringpenguin.com/products/remind > _______________________________________________ Remind-fans mailing list [email protected] http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans Remind is at http://www.roaringpenguin.com/products/remind
