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
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
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