From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Persaud Subject: Re: Export Agenda to Google Calendar ICS Format Date: Mon, 05 May 2014 15:11:25 -0700 Message-ID: <53680C8D.6040705@lbl.gov> References: <87ppjsy3wj.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhR6o-0002M4-ET for emacs-orgmode@gnu.org; Mon, 05 May 2014 18:11:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WhR6e-0001xW-Mj for emacs-orgmode@gnu.org; Mon, 05 May 2014 18:11:38 -0400 Received: from fe2.lbl.gov ([128.3.41.134]:56192) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhR6e-0001xP-Ha for emacs-orgmode@gnu.org; Mon, 05 May 2014 18:11:28 -0400 Received: by mail-pd0-f170.google.com with SMTP id v10so2013977pde.1 for ; Mon, 05 May 2014 15:11:27 -0700 (PDT) Received: from [128.3.5.177] (apersaud.dhcp.lbl.gov. [128.3.5.177]) by mx.google.com with ESMTPSA id ck10sm80787822pac.0.2014.05.05.15.11.26 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 05 May 2014 15:11:26 -0700 (PDT) In-Reply-To: <87ppjsy3wj.fsf@gmail.com> 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 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