From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Thum Subject: iCalendar export problem Date: Thu, 04 Apr 2013 23:29:26 +0200 Message-ID: <515DF0B6.2010703@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53051) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNrix-0005VU-8I for emacs-orgmode@gnu.org; Thu, 04 Apr 2013 17:29:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UNrir-0005Vr-L1 for emacs-orgmode@gnu.org; Thu, 04 Apr 2013 17:29:35 -0400 Received: from mout.gmx.net ([212.227.15.15]:58154) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNrir-0005Ve-CG for emacs-orgmode@gnu.org; Thu, 04 Apr 2013 17:29:29 -0400 Received: from mailout-de.gmx.net ([10.1.76.29]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0M68YO-1UZCZG0I6U-00yA5a for ; Thu, 04 Apr 2013 23:29:28 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode , Nicolas Goaziou Hi all, I have a strange problem that seems related to the iCalendar exporter. I have an event which has the date spec <2013-02-07 Th 12:00-14:00 +1w> but shows up on 13:00 my phone calendar (fed by ox-icalendar), CEST. Fun thing is, I did not experience lag with other entries. The org entry becomes: BEGIN:VEVENT DTSTAMP:20130207T110000Z UID:TS1-d36d5eb9-e2db-42a3-866f-7442becadef0 DTSTART:20130207T120000 DTEND:20130207T140000 RRULE:FREQ=WEEKLY;INTERVAL=1 SUMMARY:Brown Bag Meeting DESCRIPTION:Location: R 103\n\nRecurs: <2013-02-07 Do 12:00 +1w>–<2013-02-07 Do 14:00 +1w> ... Another one (shown right this time) is: BEGIN:VEVENT DTSTAMP:20130404T150000Z UID:TS1-441e317c-7b52-4910-bbd3-0949a5c1bdd7 DTSTART:20130404T170000 DTEND:20130404T190000 The difference seems to be the DTSTAMP which is "correctly" aligned with DTSTART. However, that's not what DTSTAMP is for. Actually, it should be set to the date-time the export happens. At least, that's what they say: http://stackoverflow.com/questions/11594921/whats-the-difference-between-created-and-dtstamp-in-the-icalendar-format Changing that probably does not help my problem, but seems better than the cooked-up values now ending up in DTSTAMP. I could not see any other candidate problems, though the analysis is weak so far. Cheers, Simon