From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Re: ical export Date: Sun, 26 Apr 2009 01:16:15 +0200 Message-ID: <49f399c1.0407560a.5b63.636f@mx.google.com> References: <49f36bd7.0407560a.5f0d.2121@mx.google.com> <20524da70904251342u2bc76d55ke5215448dd972b37@mail.gmail.com> <49f37de8.1358560a.179a.199c@mx.google.com> <20524da70904251418l364b18a4iecbddaaa6fe9e617@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lxr6b-0004gt-5B for emacs-orgmode@gnu.org; Sat, 25 Apr 2009 19:16:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lxr6Z-0004gh-Fs for emacs-orgmode@gnu.org; Sat, 25 Apr 2009 19:16:19 -0400 Received: from [199.232.76.173] (port=44559 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lxr6Z-0004ge-AD for emacs-orgmode@gnu.org; Sat, 25 Apr 2009 19:16:19 -0400 Received: from fg-out-1718.google.com ([72.14.220.154]:7326) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lxr6Y-0003I3-Sc for emacs-orgmode@gnu.org; Sat, 25 Apr 2009 19:16:19 -0400 Received: by fg-out-1718.google.com with SMTP id l27so348304fgb.7 for ; Sat, 25 Apr 2009 16:16:17 -0700 (PDT) In-Reply-To: <20524da70904251418l364b18a4iecbddaaa6fe9e617@mail.gmail.com> (Samuel Wales's message of "Sat, 25 Apr 2009 14:18:43 -0700") 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: Samuel Wales Cc: org-mode , Richard Riley Samuel Wales writes: > My dates all have day of week. > > On Sat, Apr 25, 2009 at 14:17, Richard Riley wrote: >> >> Samuel Wales writes: >> >>> No day? >>> >>> On Sat, Apr 25, 2009 at 13:00, Richard Riley 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.