I wrote a Python script that can generate HTML output (with hCalendar microformat in the output) from your ICS calendar. It's available at http://goranrakic.com/tmp/guadec_schedule.tar.gz
Preview is avabile at http://goranrakic.com/tmp/guadec_schedule.jpg It's using iCalendar Python package from http://codespeak.net/icalendar/ After that package in installed on your system, you can run generate.py with: ./generate.py guadec.ics > output.html or ./generate.py -d 17 guadec.ics > output17.html ...to get only output for July 17th. Every day is in separate table so you can copy-paste it into Drupal. Archive also contains small CSS file for hiding hCalendar fields (and styling the output) and nice hCalendar PNG icon. I also updated ICS file to include URLs and Lunch breaks. Cheers, Goran Rakic _______________________________________________ guadec-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/guadec-list
