From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Eglen Subject: ical export issues Date: Mon, 14 Nov 2016 21:50:16 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55139) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c6P8P-0001LP-QA for emacs-orgmode@gnu.org; Mon, 14 Nov 2016 16:49:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c6P8K-0005Yw-VU for emacs-orgmode@gnu.org; Mon, 14 Nov 2016 16:49:49 -0500 Received: from ppsw-31.csi.cam.ac.uk ([131.111.8.131]:37979) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c6P8K-0005Yp-QT for emacs-orgmode@gnu.org; Mon, 14 Nov 2016 16:49:44 -0500 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" To: emacs-orgmode@gnu.org Cc: Stephen Eglen Hi everyone, I routinely export my diary entries to an ics file on the web so that google calendar can display them. This normally works well, although it is well known that the google calendar can take many hours before updating the calendar. Has anyone got any neater approaches for keeping their org mode calendar items in sync with google? I've looked at org-gcal but I think I'm missing something (https://github.com/myuhe/org-gcal.el/issues/68) and there don't seem to be any reliable command line tools for syncing an .ics file with google that work under OAuth2. p.s. a small issue, but when I passed the org-generated .ics file through a validator, http://severinghaus.org/projects/icv/ it noted that: Your calendar is using an invalid newline format. Make sure to use \r\n to end lines rather than just \n (RFC 2445 ยง4.1). This doesn't seem to prevent google parsing the file though. Stephen