From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David A. Gershman" Subject: Lesson Learned: Day needed for iCalendar export Date: Sat, 27 Feb 2010 18:49:07 -0800 (PST) Message-ID: <20100228024907.5F128320056@mail.dagertech.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NlZDg-0000lh-JB for emacs-orgmode@gnu.org; Sat, 27 Feb 2010 21:49:24 -0500 Received: from [140.186.70.92] (port=48796 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NlZDe-0000ka-FP for emacs-orgmode@gnu.org; Sat, 27 Feb 2010 21:49:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NlZDd-0000rL-IW for emacs-orgmode@gnu.org; Sat, 27 Feb 2010 21:49:22 -0500 Received: from dagertech.net ([64.183.98.170]:45727 helo=mail.dagertech.net) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NlZDd-0000qL-DL for emacs-orgmode@gnu.org; Sat, 27 Feb 2010 21:49:21 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org-Mode List Hello Everyone, I ran into this just now and I don't think it's documented anywhere so here is a tidbit thay may prevent some hair loss: I get a work calendar of my days off work for holidays. So I collect them in my .org file like so: * Work Holidays <2010-05-31> <2010-07-05> <2010-09-06> <2010-11-25> { there are more } When exporting my .ics file I found these dates were not showing up, but they *were* showing on my .org Agenda view. Turns out the iCalendar export needs the *day* also: * Work Holidays <2010-05-31 Mon> <2010-07-05 Mon> <2010-09-06 Mon> <2010-11-25 Thu> .ics export worked great after that. Enjoy! ---------------------------------------- David A. Gershman gershman@dagertech.net http://dagertech.net/gershman/ "It's all about the path!" --d. gershman