On 21 Jul 2010 12:39:50 +0200, "Sven Bretfeld" wrote: > > Hi all, hi Eric > > Eric Fraga's wonderful awk script to export/convert googlecalendar to > orgmode contains a minor bug in creating active timestamps. A date like > 21.7.2010, 14-15 will be converted to > > <2010-07-21 14:00-15:00> > > What is missing here is the day of the week. It should be (in German): > > <2010-07-21 Mi 14:00-15:00> Sven, attached is an updated awk script which should do what you want. Please test it out as it should be generic (with respect to locale). I hadn't done this originally because the way I was creating the time stamps was rather clumsy. As I'm now using strftime in awk, adding the day of the week was trivial... eric