On Thu, May 26, 2016 at 2:49 AM, Eric S Fraga <e.fr...@ucl.ac.uk> wrote: > On Wednesday, 25 May 2016 at 20:33, John Hendy wrote: >> I found ical2org, and implemented it successfully via the "Share > > Which ical2org is this? If it's the awk script I wrote originally, the > repeat handling was written with the assumption that there would be no > end date for the repeat as org cannot handled end dates for repeated > items.
Whoops -- yes, the awk script. Sorry, now I'm remembering there was a ruby version as well. Here's an example of a recurring meeting I see: RRULE:FREQ=MONTHLY;UNTIL=20161114T150000Z;INTERVAL=1;BYDAY=2MO DTSTART;TZID=Central Standard Time:20160613T090000 DTEND;TZID=Central Standard Time:20160613T103000 DTSTAMP:20160526T195005Z I'm no awk expert, but I think I make out what's going on... the #repetition rule section extracts (among others) the freq (monthly) and interval (1) to build a repeater (+1m), though and rrend using the "until" field. > > I can try to fix this in the awk script by simply ignoring end dates in > such cases. Let me know. > > -- > : Eric S Fraga (0xFFFCF67D), Emacs 25.0.93.1, Org release_8.3.4-775-g3308a5