(Looks like this didn't get an answer yet.)

Richard Riley <rileyrg...@googlemail.com> writes:

> I was wondering if possibly anyone has created a bash
> script/python/anything to produce an iCal export from a bunch of
> org-files? 

I've cron'ed this script:

,----
| #!/bin/bash
| 
| /usr/local/bin/emacs --batch --eval \
| "(progn (load-file \"~/install/git/org-mode/org.el\") \
|         (load-file \"~/elisp/config/org-batch-config.el\") \
|         (setq org-combined-agenda-icalendar-file \"~/org/cal/org.ics\")
|         (setq org-agenda-files (quote (\"~/org/bzg.org\"))))" \
|     -f org-export-icalendar-combine-agenda-files
`----

Customize it to your needs.

Then cron another script which upload the resulting org.ics file onto a
webpage that my Google Calendar fetches.

HTH,

-- 
 Bastien


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to