From mboxrd@z Thu Jan 1 00:00:00 1970 From: "aldrin d'souza" Subject: UIDs in icalendar export (exporting my agenda) Date: Wed, 15 Jul 2009 23:28:34 +0530 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1663219607==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MR8kw-0006Hx-HP for emacs-orgmode@gnu.org; Wed, 15 Jul 2009 13:59:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MR8kr-0006GU-H6 for emacs-orgmode@gnu.org; Wed, 15 Jul 2009 13:59:01 -0400 Received: from [199.232.76.173] (port=33656 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MR8kr-0006GP-7U for emacs-orgmode@gnu.org; Wed, 15 Jul 2009 13:58:57 -0400 Received: from mail-ew0-f217.google.com ([209.85.219.217]:35223) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MR8kq-0005Pp-Fn for emacs-orgmode@gnu.org; Wed, 15 Jul 2009 13:58:56 -0400 Received: by ewy17 with SMTP id 17so4732236ewy.42 for ; Wed, 15 Jul 2009 10:58:54 -0700 (PDT) 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: emacs-orgmode@gnu.org --===============1663219607== Content-Type: multipart/alternative; boundary=0016367d6f14f53473046ec24e1f --0016367d6f14f53473046ec24e1f Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit hello, i want to export my org-agenda as an icalendar file so that i can load it into some online calendar and access it on my phone. however, i'm facing some issues with the iCalendar files which org is generating. i can reproduce the problem by using org-export-icalendar-this-file on the following (simple) org file ------- * <2009-05-24 +1y> bob dylan * <2009-01-27 +1y> mozart ------- here's the test.ics that gets generated: ------- BEGIN:VCALENDAR VERSION:2.0 X-WR-CALNAME:test PRODID:-//my-name//Emacs with Org-mode//EN X-WR-TIMEZONE:+0530 CALSCALE:GREGORIAN BEGIN:VEVENT UID: TS-c7g0uc40uoe0 DTSTART;VALUE=DATE:20090524 DTEND;VALUE=DATE:20090525 RRULE:FREQ=YEARLY;INTERVAL=1 SUMMARY: bob dylan CATEGORIES:test END:VEVENT BEGIN:VEVENT UID: TS-c7g0uc40uoe0 DTSTART;VALUE=DATE:20090127 DTEND;VALUE=DATE:20090128 RRULE:FREQ=YEARLY;INTERVAL=1 SUMMARY: mozart CATEGORIES:test END:VEVENT END:VCALENDAR ------- if you notice, the UIDs in both the events are same. aren't they supposed to be different? when i import this file into an online calendar (like google) one of the event is dropped. am i missing something? i'm using org 6.28trans on emacs 23.0.94. thanks, -- ajd. --0016367d6f14f53473046ec24e1f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable hello,

i want to export my org-agenda as an icalendar file so that i= can load it into some online calendar and access it on my phone. however, = i'm facing some issues with the iCalendar files which org is generating= . i can reproduce the problem by using org-export-icalendar-this-file on th= e following (simple) org file

---<test.org>----
* <2009-0= 5-24 +1y> bob dylan
* <2009-01-27 +1y> mozart
---</test.org>----

here's the test.ics t= hat gets generated:

---<test.ics>----
BEGIN:VCALENDAR
VERSION:2.0
X-WR-CALNA= ME:test
PRODID:-//my-name//Emacs with Org-mode//EN
X-WR-TIMEZONE:+053= 0
CALSCALE:GREGORIAN
BEGIN:VEVENT
UID: TS-c7g0uc40uoe0
DTSTART;= VALUE=3DDATE:20090524
DTEND;VALUE=3DDATE:20090525
RRULE:FREQ=3DYEARLY;INTERVAL=3D1
SUMMARY:= bob dylan
CATEGORIES:test
END:VEVENT
BEGIN:VEVENT
UID: TS-c7g0= uc40uoe0
DTSTART;VALUE=3DDATE:20090127
DTEND;VALUE=3DDATE:20090128RRULE:FREQ=3DYEARLY;INTERVAL=3D1
SUMMARY: mozart
CATEGORIES:test
END:VEVENT
END:VCALENDAR
---<= ;/test.ics>----

if you notice, the UIDs in both the events are sa= me. aren't they supposed to be different? when i import this file into = an online calendar (like google) one of the event is dropped.
am i missing something? i'm using org 6.28trans on emacs 23.0.94.
thanks,
--
ajd.
--0016367d6f14f53473046ec24e1f-- --===============1663219607== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============1663219607==--