emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to export org-agenda to ICS to show in iCal


From: Alexei Gilev
Subject: How to export org-agenda to ICS to show in iCal
Date: Tue, 14 Feb 2023 21:53:54 +0200

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.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]