From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David A. Gershman" Subject: iCal Export UID only Headline Date: Thu, 30 Jul 2009 12:55:16 -0700 (PDT) Message-ID: <20090730195516.BA7B0320056@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 1MWbj0-0004kL-AC for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 15:55:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWbiv-0004j4-TC for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 15:55:38 -0400 Received: from [199.232.76.173] (port=38976 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWbiv-0004j1-NF for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 15:55:33 -0400 Received: from dagertech.net ([64.183.98.170]:58748 helo=mail.dagertech.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MWbiu-0003eG-Mv for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 15:55:33 -0400 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, I just attempted to export my agenda as an .ics and found an entry scheduled for only Monday when I have dates in my org file for all 5 days of the week. My org file has: **** Plan Tomorrow <2009-06-15 Mon 17:00-18:00 +1w> <2009-06-16 Tue 17:00-18:00 +1w> <2009-06-17 Wed 17:00-18:00 +1w> <2009-06-18 Thu 17:00-18:00 +1w> <2009-06-19 Fri 17:00-18:00 +1w> This results in the "Plan Tomorrow" entry in the agenda for all 5 days. However, when exporting to .ics, all of these are exported BUT they have the same UID. As a result, my Calendar Program (Mozilla Lightning via Thunderbird) considers them errors. So I changed the Org-Tree to: **** Plan Tomorrow <2009-06-15 Mon 17:00-18:00 +1w> **** Plan Tomorrow <2009-06-16 Tue 17:00-18:00 +1w> **** Plan Tomorrow <2009-06-17 Wed 17:00-18:00 +1w> **** Plan Tomorrow <2009-06-18 Thu 17:00-18:00 +1w> **** Plan Tomorrow <2009-06-19 Fri 17:00-18:00 +1w> And when I export to .ics, this is what I get for the UID properties: **** Plan Tomorrow :PROPERTIES: :ID: 0aegncd1dpe0@XXXXX.i-did-not-set--mail-host-address--so-tickle-me :END: <2009-06-15 Mon 17:00-18:00 +1w> **** Plan Tomorrow :PROPERTIES: :ID: gmqgncd1dpe0@XXXXX.i-did-not-set--mail-host-address--so-tickle-me :END: <2009-06-16 Tue 17:00-18:00 +1w> **** Plan Tomorrow :PROPERTIES: :ID: gmqgncd1dpe0@XXXXX.i-did-not-set--mail-host-address--so-tickle-me :END: <2009-06-17 Wed 17:00-18:00 +1w> **** Plan Tomorrow :PROPERTIES: :ID: gmqgncd1dpe0@XXXXX.i-did-not-set--mail-host-address--so-tickle-me :END: <2009-06-18 Thu 17:00-18:00 +1w> **** Plan Tomorrow :PROPERTIES: :ID: 472hncd1dpe0@XXXXX.i-did-not-set--mail-host-address--so-tickle-me :END: <2009-06-19 Fri 17:00-18:00 +1w> Notice the "UID" is the same for T, W, & Th. Ideas? ---------------------------------------- David A. Gershman gershman@dagertech.net http://dagertech.net/gershman/ "It's all about the path!" --d. gershman