From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sven Bretfeld" Subject: Re: .ics export w/Alarms. Possible? Date: 22 Jul 2010 00:21:30 +0200 Message-ID: <871vawo4r9.fsf@gmx.ch> References: <20100331203456.E7B28320056@mail.dagertech.net> <87pqyhvvv3.wl%ded-law@ddoherty.net> <83oce0kizn.fsf@yahoo.it> <87bpa0g6gr.wl%ucecesf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=35297 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Obhen-0001q5-6e for emacs-orgmode@gnu.org; Wed, 21 Jul 2010 18:20:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Obhel-0007bY-8P for emacs-orgmode@gnu.org; Wed, 21 Jul 2010 18:20:53 -0400 Received: from mx5.rz.ruhr-uni-bochum.de ([134.147.64.33]:44127) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1Obhel-0007b9-0S for emacs-orgmode@gnu.org; Wed, 21 Jul 2010 18:20:51 -0400 In-Reply-To: <87bpa0g6gr.wl%ucecesf@ucl.ac.uk> (Eric S. Fraga's message of "Wed, 21 Jul 2010 17:11:48 +0100") 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: Eric S Fraga Cc: David A Gershman , Org-mode List , "Daniel E. Doherty" Hi Eric S Fraga writes: > On Wed, 21 Jul 2010 16:27:40 +0200, Giovanni Ridolfi wrote: >> pull the git version or download the latest org: > and then make sure you set the variable org-icalendar-alarm-time to > the number of minutes which should be used for any exported timed > event. There is something strange. Having installed the org version from git and having set org-icalendar-alarm-time to 10, GoogleCalendar displays appointments two hours too late. Strangely, the ics files produced with both versions are exactly the same (including the headers) with exception of the VALARM lines. Here is an example: ,---- mygtd.ics by org-mode 7.01trans (Git Version) | | BEGIN:VCALENDAR | VERSION:2.0 | X-WR-CALNAME:mygtd | PRODID:-//Sven Bretfeld//Emacs with Org-mode//EN | X-WR-TIMEZONE:CEST | X-WR-CALDESC:nil | CALSCALE:GREGORIAN | BEGIN:VEVENT | UID: TS-0a63bfff-e765-4bd6-9cbb-f628431e8835 | DTSTART:20101013T110000 | DTEND:20101013T130000 | SUMMARY:APPT Vorbereitungssitzung IKGF-Tagung als MA-Veranstaltung | DESCRIPTION: <2010-10-13 Mi 11:00-13:00> | CATEGORIES:Termine | BEGIN:VALARM | ACTION:DISPLAY | DESCRIPTION:APPT Vorbereitungssitzung IKGF-Tagung als MA-Veranstaltung | TRIGGER:-P0D0H10M0S | END:VALARM | END:VEVENT `---- The above appointment shows up wrongly as 13:00-15:00 in GoogleCalendar. ,---- mygtd.ics by org-mode 7.01g (Current Version) | | BEGIN:VCALENDAR | VERSION:2.0 | X-WR-CALNAME:mygtd | PRODID:-//Sven Bretfeld//Emacs with Org-mode//EN | X-WR-TIMEZONE:CEST | X-WR-CALDESC:nil | CALSCALE:GREGORIAN | BEGIN:VEVENT | UID: TS-0a63bfff-e765-4bd6-9cbb-f628431e8835 | DTSTART:20101013T110000 | DTEND:20101013T130000 | SUMMARY:APPT Vorbereitungssitzung IKGF-Tagung als MA-Veranstaltung | DESCRIPTION: <2010-10-13 Mi 11:00-13:00> | CATEGORIES:Termine `---- This one displays correctly as 11:00-13:00 in GoogleCalendar. A timezone issue? But how, if both files are identical in the essential parts? Greetings, Sven