Hi Eric S Fraga <ucec...@ucl.ac.uk> writes:
> On Wed, 21 Jul 2010 16:27:40 +0200, Giovanni Ridolfi > <giovanni.rido...@yahoo.it> 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 _______________________________________________ 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