emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] ical export


From: Richard Riley
Subject: Re: [Orgmode] ical export
Date: Sun, 26 Apr 2009 01:16:15 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux)

Samuel Wales <address@hidden> writes:

> My dates all have day of week.
>
> On Sat, Apr 25, 2009 at 14:17, Richard Riley <address@hidden> wrote:
>>
>> Samuel Wales <address@hidden> writes:
>>
>>> No day?
>>>
>>> On Sat, Apr 25, 2009 at 13:00, Richard Riley <address@hidden> wrote:
>>>> <2008-03-25 21:30 +1w>
>>
>> I'm not sure I follow you.
>>
>> You snipped where I mentioned it appears fine and in the correct place
>> in my org-agenda. What day?
>>
>>

If we look at two entries, one which shows the time, and another (the
repeated task) which doesnt:

,----
| ** Pub Quiz                                  :quiz:
|    SCHEDULED:<2008-03-25 Tue 21:30 +1w> 
|    :PROPERTIES:
|    :ID:       1ckjv5g0vle0
|    :END:
`----

gives the following export:

,----
| BEGIN:VEVENT
| UID: SC-1ckjv5g0vle0
| DTSTART:20080325T213000
| DTEND:20080325T233000
| RRULE:FREQ=WEEKLY;INTERVAL=1
| SUMMARY:S: Pub Quiz                                  :quiz:
| DESCRIPTION: - Note taken on [2008-08-26 Tue 09:59] \\\ndo questions!
| CATEGORIES:quiz,shamrock
| END:VEVENT
`----

This one DOES show the time in Google calendar:

,----
| ** TODO test google sync
|    SCHEDULED:<2009-04-26 Sun 19:30> 
|    :PROPERTIES: 
|    :Entered: [2009-04-25 Sat 18:54]
|    :Link: 
|    :ID:       pqekt5g0vle0
|    :END:
`----

and its export is:

,----
| BEGIN:VEVENT
| UID: SC-pqekt5g0vle0
| DTSTART:20090426T193000
| DTEND:20090426T213000
| SUMMARY:S: TODO test google sync
| CATEGORIES:Tasks
| END:VEVENT
`----

Possibly its an error in the export for repeated tasks. I'll try and
look into it some more on monday. But if this stuff works it's another
feather in the bow for org-mode courtesy of the work done on ical export
and Google calendars ability to import ical and have sync engines for
most popular HW.

cheers,

r.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]