emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "aldrin d'souza" <aldrindsouza@gmail.com>
To: emacs-orgmode@gnu.org
Subject: UIDs in icalendar export (exporting my agenda)
Date: Wed, 15 Jul 2009 23:28:34 +0530	[thread overview]
Message-ID: <dd3cb46b0907151058u74f92b05u97c4a79029dcea3e@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1224 bytes --]

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

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

here's the test.ics that gets generated:

---<test.ics>----
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
---</test.ics>----

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.

[-- Attachment #1.2: Type: text/html, Size: 1500 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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	other threads:[~2009-07-15 17:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-15 17:58 aldrin d'souza [this message]
2009-07-15 19:17 ` UIDs in icalendar export (exporting my agenda) Nick Dokos
2009-07-15 19:43 ` Magnus Henoch
2009-07-16  5:29   ` aldrin d'souza

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=dd3cb46b0907151058u74f92b05u97c4a79029dcea3e@mail.gmail.com \
    --to=aldrindsouza@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).