Hi, 

For months I have been wanting to be able to export my scheduled tasks to ICS to be able to see it it iCal, which is very visually pleasing and easier for me to grasp my agenda. Plus, I can see it in the context of my work tasks, which i don't have in orgmode.

I tried this:

(add-to-list 'org-agenda-custom-commands
      '("o" "Agenda to ICS"
         ;((agenda "" nil)
          ((alltodo ""
         nil
         ("/Users/agilev/Dropbox/emacs.ics")))))


...unsuccessfully.

It shows the list in Emacs, but there is no ICS exported. I wonder what i am doing wrong.

Maybe somebody knows a way to do it differently not using the agenda? Maybe a function that I can cron to export my scheduled tasks or a hook for every time i changed my agenda files?

Thanks so much in advance1
A.G.