emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* oddities with ical export
@ 2010-06-08  0:59 Daniel Martins
  2010-06-15  7:46 ` David Maus
  2010-06-18 20:01 ` Steven E. Harris
  0 siblings, 2 replies; 3+ messages in thread
From: Daniel Martins @ 2010-06-08  0:59 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org


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

I just noticed that org-diary-class is not suppoerte in ical export

Carsten told me that sexps are not supported by org


But I have a problem now!

I tried  3 ways to generate a work that repeats each 3 days.

***** Appt: Work
      <2010-02-01 Seg 18:15-18:30 +3d>

***** 18:15-18:30 Appt: Work
      <2010-02-01 Seg +3d>

***** Appt: Work
%%(diary-cyclic 3 1 2 2010) 6:30pm Appt: Work


All of them appear in Agenda View but none appears in the .ics file

Is there a way to "design around" this limitation?

It is quite important to me now that I am using gcaldaemon
http://sourceforge.net/projects/gcaldaemon
to sync my Google calendar files

Daniel

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

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

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: oddities with ical export
  2010-06-08  0:59 oddities with ical export Daniel Martins
@ 2010-06-15  7:46 ` David Maus
  2010-06-18 20:01 ` Steven E. Harris
  1 sibling, 0 replies; 3+ messages in thread
From: David Maus @ 2010-06-15  7:46 UTC (permalink / raw)
  To: Daniel Martins; +Cc: emacs-orgmode@gnu.org


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

Daniel Martins wrote:
> I just noticed that org-diary-class is not suppoerte in ical export

> Carsten told me that sexps are not supported by org
>
> But I have a problem now!
>
> I tried 3 ways to generate a work that repeats each 3 days.
>
> [snip]
>
> All of them appear in Agenda View but none appears in the .ics file

I cannot reproduce this with Org-mode version 6.36trans on GNU Emacs
 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0) of 2010-05-16 on
 raven, modified by Debian.

Exporting this example to iCal (C-c C-e i) creates:

,----
| BEGIN:VCALENDAR
| VERSION:2.0
| X-WR-CALNAME:test
| PRODID:-//David Maus//Emacs with Org-mode//EN
| X-WR-TIMEZONE:CEST
| X-WR-CALDESC:nil
| CALSCALE:GREGORIAN
| BEGIN:VEVENT
| UID: TS-efa24f4b-2d9e-4f6b-a7ef-3dcb11362ea4
| DTSTART:20100201T181500
| DTEND:20100201T183000
| RRULE:FREQ=DAILY;INTERVAL=3
| SUMMARY:Appt: Work
| DESCRIPTION: <2010-02-01 Seg 18:15-18:30 +3d>
| CATEGORIES:test
| END:VEVENT
| BEGIN:VEVENT
| UID: TS-2e7fbd15-0a8c-4c34-a131-0032db60f15f
| DTSTART;VALUE=DATE:20100201
| DTEND;VALUE=DATE:20100202
| RRULE:FREQ=DAILY;INTERVAL=3
| SUMMARY:18:15-18:30 Appt: Work
| DESCRIPTION: <2010-02-01 Seg +3d>
| CATEGORIES:test
| END:VEVENT
| BEGIN:VEVENT
| UID:emacs19479119488802240
| DTSTART;VALUE=DATE-TIME:20100102T183000
| DTEND;VALUE=DATE-TIME:20100102T193000
| RRULE:FREQ=DAILY;INTERVAL=3
| SUMMARY:Appt: Work
| END:VEVENT
| END:VCALENDAR
`----

  -- David

--
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... dmjena@jabber.org
Email..... dmaus@ictsoc.de

[-- Attachment #1.2: Type: application/pgp-signature, Size: 230 bytes --]

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

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: oddities with ical export
  2010-06-08  0:59 oddities with ical export Daniel Martins
  2010-06-15  7:46 ` David Maus
@ 2010-06-18 20:01 ` Steven E. Harris
  1 sibling, 0 replies; 3+ messages in thread
From: Steven E. Harris @ 2010-06-18 20:01 UTC (permalink / raw)
  To: emacs-orgmode

Daniel Martins <danielemc@gmail.com> writes:

> All of them appear in Agenda View but none appears in the .ics file

I have the same problem. Actually, /none/ of my entries with associated
dates wind up in the resulting "ics" file.

Oh: Setting `org-icalender-include-todo' did the trick. Entries with
tags wind up with the tags appended to the headline string, which looks
pretty weird and needs to be cleaned up.

When I import the "ics" file into Apple's iCal program, it shows all the
org-generated entries as "To Do Items", but none of them actually appear
on the calendar, as if they have no dates attached. The "ics" file
entries have a few kinds of DTSTART values, but iCal doesn't represent
any of them on teh calendar itself.

-- 
Steven E. Harris

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-06-18 20:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-08  0:59 oddities with ical export Daniel Martins
2010-06-15  7:46 ` David Maus
2010-06-18 20:01 ` Steven E. Harris

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).