Sync Google Calendar with iPod on Ubuntu Linux
Saturday, October 6th, 2007Create a script to fetch the Google Calendar and copy it to your iPod: # download the Google calendar ical file through the private URL wget -c -N http://www.google.com/calendar/ical/yourname%40gmail.com/public/basic.ics # copy it to the iPod cp basic.ics /media/your-ipod-name/Calendars/google.ics rm basic.ics Now configure Ubuntu so that this script is run whenever you plug your iPod in. ...
