From mboxrd@z Thu Jan 1 00:00:00 1970 From: giles@pexip.com Subject: org-caldav issue: Search failed: ";\\([A-Za-z0-9-]+\\)=" Date: Wed, 30 Jan 2013 15:30:11 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42102) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0ZlO-0002Bp-AM for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 10:39:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U0ZlN-0008F6-2D for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 10:39:50 -0500 Received: from plane.gmane.org ([80.91.229.3]:37440) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0ZlM-0008Et-SU for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 10:39:48 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U0Zlc-0007gN-Bw for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 16:40:04 +0100 Received: from host81-142-89-185.in-addr.btopenworld.com ([81.142.89.185]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Jan 2013 16:40:04 +0100 Received: from giles by host81-142-89-185.in-addr.btopenworld.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Jan 2013 16:40:04 +0100 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 org-caldav looks great but I've had a problem on initial sync with Google. I'm using the version ending 95629 from Jan 27 to sync with a corporate Google mail account. Setup: #+begin_src emacs-lisp (setq org-caldav-url "https://www.google.com/calendar/dav") (setq org-caldav-calendar-id "giles@pexip.com") (setq org-caldav-inbox "calendar.org") (setq org-icalendar-timezone "Europe/London") #+end_src Then call org-caldav-sync, *Messages* reports: #+begin_src Contacting host: www.google.com:443 Getting event 1 of 28 icalendar--read-element: Search failed: ";\\([A-Za-z0-9-]+\\)=" #+end_src This aborts the sync: rerunning asks if I wish to resume, then fails in the same manner. Any suggestions? -- Giles Chamberlin