Hi, just tested and it seems to work fine.
A glitch: Unlike the other functions, I could not get org-e-icalendar-export-current-agenda to auto-complete in M-x and it also did not produce meaningful results (empty icalendar).
What I'm missing is the ability to influence the amount of information "diclosed" for a public calendar. But 'll hack on this myself and come back eventually.
Thanks for this nice exporter! Cheers, Simon On 11/03/2012 12:48 AM, Nicolas Goaziou wrote:
Hello, I've just pushed a new (and probably very buggy) iCalendar back-end for org-export.el. To install it: (require 'org-e-icalendar) It should then be available under `org-export-dispatch' menu. There's also a function to write current agenda view to a calendar, but it isn't hooked into `org-agenda-write' yet. For now, you can test it, from an agenda buffer, with: M-: (org-e-icalendar-export-current-agenda) Feedback is welcome. Regards,