Hi, I've implemented a little script which converts ics files to org-mode. You can find the script here:
https://github.com/asoroa/ical2org.py It is equivalent to the awk script from Eric S. Fraga located here: http://orgmode.org/worg/org-tutorials/org-google-sync.html It's main differences being: - it only converts the events which fall into a timeframe (by default 3 months before and after the current day) - it handles recurrent events of 'dayly', 'weekly' and 'yearly' types. - it also deals correctly with timezones etc. best, aitor