From mboxrd@z Thu Jan 1 00:00:00 1970 From: torys.anderson@gmail.com (Tory S. Anderson) Subject: Re: Export Agenda to Google Calendar ICS Format Date: Tue, 06 May 2014 05:29:01 -0400 Message-ID: <87bnvbw90i.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhbgU-0006cE-A0 for emacs-orgmode@gnu.org; Tue, 06 May 2014 05:29:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WhbgP-0004ca-Eg for emacs-orgmode@gnu.org; Tue, 06 May 2014 05:29:10 -0400 Received: from mail-yk0-x232.google.com ([2607:f8b0:4002:c07::232]:64651) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhbgP-0004cO-A6 for emacs-orgmode@gnu.org; Tue, 06 May 2014 05:29:05 -0400 Received: by mail-yk0-f178.google.com with SMTP id 20so4245943yks.37 for ; Tue, 06 May 2014 02:29:03 -0700 (PDT) In-Reply-To: (emacs-orgmode-request@gnu.org's message of "Tue, 06 May 2014 04:51:30 -0400") 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@gnu.org Thanks for the response, Arun; but my problem isn't which time zone it's using, but the way it outputs it. As described at http://blog.jonudell.net/2011/10/17/x-wr-timezone-considered-harmful/, iCalendar outputs a X-WR-TIMEZONE parameter which is problematic; it should, instead, use BEGIN:VTIMEZONE. Anyone know any solutions? - Tory > Date: Mon, 05 May 2014 15:11:25 -0700 > From: Arun Persaud > To: emacs-orgmode@gnu.org > Subject: Re: [O] Export Agenda to Google Calendar ICS Format > Message-ID: <53680C8D.6040705@lbl.gov> > Content-Type: text/plain; charset=ISO-8859-1 > > Hi > > On 05/05/2014 02:24 AM, Tory S. Anderson wrote: >> Cross-posted from http://stackoverflow.com/questions/23463962/emacs-export-calendar-bad-timezone-format-in-ics >> >> Using orgmode I export my agenda to an ics file, upload it to my site, and import it into Google calendar. This seems like an easy ideal solution, but when I check the calendar I find that it is not recognizing the time zone of my ics file and so is assuming GMT, making my imported times uselessly off. The problem seems to be the same as the one described here: >> >> http://blog.jonudell.net/2011/10/17/x-wr-timezone-considered-harmful/ >> >> Checking my exported ics, sure enough, it is using X-WR-TIMEZONE:EST, which Google calendar does not respect. This must be a well-known problem, but I haven't been able to locate a solution anywhere. Help would be appreciated: how can I get the right time on my events (and they must be a feed; the "add to calendar" trick is no good)? > > I have this in my .emacs file to set the timezone. > > (setq org-icalendar-timezone "America/Los_Angeles") > > HTH > > Arun