Re: [Orgmode] Convert iCalendar files to org files

2010-12-31 Thread Michael Markert
On 30 Dec 2010, MidLifeXis at PerlMonks wrote: > Just as a possibility, what about using the diary syntax for dates in this > case? I have successfully done repeating tasks from $STARTDATE to $ENDDATE > using something like: > > %%(and (diary-block ...) (diary-cyclic ...)) Hi Brian, thank yo

Re: [Orgmode] Convert iCalendar files to org files

2010-12-30 Thread MidLifeXis at PerlMonks
e@gnu.org Sent: Thu, December 30, 2010 7:21:44 AM Subject: [Orgmode] Convert iCalendar files to org files Hi, i created `ical2org'[1] to convert iCalendar files to org files in elisp. It does: * Traverse the iCalendar using `icalendar.el' and constructs a struct for each eve

[Orgmode] Convert iCalendar files to org files

2010-12-30 Thread Michael Markert
Hi, i created `ical2org'[1] to convert iCalendar files to org files in elisp. It does: * Traverse the iCalendar using `icalendar.el' and constructs a struct for each event * Format each struct via a (userdefined) formatstring * Convert times to orgmode timestrings (limitations below) It does