Eric S Fraga <e.fr...@ucl.ac.uk> writes: > aitor <aitors2...@gmail.org> writes: > >> 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 > > Aitor, > > I would like to try this out but, as I am not a python user, I have no > idea how to get the two bits you indicate being necessary (icalendar, > pytz) installed. I have installed python-dateutil and python-pycalendar > as these looked the most obvious candidates for icalendar but no > luck. Searching the repositories for pytz draws a blank as well.
I got iCalendar from https://pypi.python.org/pypi/icalendar, untarred it and ran `sudo python setup.py install' Got pytz from https://pypi.python.org/pypi/pytz/. It comes as an egg file so you just run `sudo easy-install pytz-2013b-py2.7.egg' This command should get you going: `./ical2org.py input.ics > output.org Hope this helps, Guido -- Ever since prehistoric times, wise men have tried to understand what, exactly, make people laugh. That's why they were called "wise men." All the other prehistoric people were out puncturing each other with spears, and the wise men were back in the cave saying: "How about: Would you please take my wife? No. How about: Here is my wife, please take her right now. No. How about: Would you like to take something? My wife is available. No. How about ..." -- Dave Barry, "Why Humor is Funny"