From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Eglen Subject: Re: Handling Repeating events from google calendar / repeater interval Date: Tue, 23 Jul 2013 15:42:37 +0100 Message-ID: <85ehapqqw2.fsf@damtp.cam.ac.uk> References: <85k3l1nljo.fsf@damtp.cam.ac.uk> <51DBAFD6.1030608@gmx.de> <85ppuisdax.fsf@damtp.cam.ac.uk> <51EBBB7F.4090609@gmx.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34921) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1dnq-0005NL-8x for emacs-orgmode@gnu.org; Tue, 23 Jul 2013 10:43:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V1dnl-0001Aw-9w for emacs-orgmode@gnu.org; Tue, 23 Jul 2013 10:43:02 -0400 Received: from ppsw-mx-f.csi.cam.ac.uk ([131.111.8.149]:55338 helo=ppsw-42.csi.cam.ac.uk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1dnl-0001Aj-2c for emacs-orgmode@gnu.org; Tue, 23 Jul 2013 10:42:57 -0400 In-reply-to: <51EBBB7F.4090609@gmx.de> 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: Simon Thum Cc: emacs-orgmode , Stephen Eglen > > Yes, org-mode does not recognize the [UTC], that is just a helper for > exactly this case: The ical's timezone is emitted in case it is > different from your DEFAULT_TZ. For me it worked fine so far. Thanks. > res = orgTimeSpan(tstart, tend, repeaterClause) > > for > res = orgTimeSpan(tstart.ruby_value, tend.ruby_value, repeaterClause) > Thanks very much Simon, but when I do that, I get: undefined method `ruby_value' for # ["/local/data/home/stephen/langs/ruby/ical2org/ical2org.rb:126:in `orgTimeSpanTZ'", Stephen