Timothy Hobbs <[EMAIL PROTECTED]> writes: > Hello, this is Timothy. Since no one seemed to know of an ical to planner > converter. > I wrote one. > > http://www.timthelion.com/cgi-bin/blosxom.cgi/Planner-ical-import.html > > This integrates fully into the planner interface and as far as I can tell > works great. > It seems that planner-update-task is quite slow, over a second. Maybe this > should > be fixed. My code isn't slowed down too much because ical conveniently stores > modification times with all it's events, so I can limit my updates to what is > necessary. > I also was unable to figure out how to get the "~/plans/" directory > programatically. > I instead handle that through a setq in .emacs > > Hope this is use full for someone. > > Timothy Hobbs
It seem nice. You can get "~/plans" with (planner-directory) -- A + Thierry Pub key: http://pgp.mit.edu _______________________________________________ Planner-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/planner-el-discuss
