From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vagn Johansen Subject: ics file not understood by google calendar Date: Sun, 31 Jan 2010 10:47:34 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NbWQo-0001Ds-Ue for emacs-orgmode@gnu.org; Sun, 31 Jan 2010 04:49:26 -0500 Received: from [199.232.76.173] (port=45900 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NbWQo-0001DZ-0u for emacs-orgmode@gnu.org; Sun, 31 Jan 2010 04:49:26 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NbWQm-00027Y-TS for emacs-orgmode@gnu.org; Sun, 31 Jan 2010 04:49:25 -0500 Received: from lo.gmane.org ([80.91.229.12]:44131) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NbWQm-00027M-Hp for emacs-orgmode@gnu.org; Sun, 31 Jan 2010 04:49:24 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NbWQj-0006H9-8t for emacs-orgmode@gnu.org; Sun, 31 Jan 2010 10:49:21 +0100 Received: from 1508885684.dong.dbnet.dk ([89.239.196.180]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 31 Jan 2010 10:49:21 +0100 Received: from gonz808 by 1508885684.dong.dbnet.dk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 31 Jan 2010 10:49:21 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Some time ago I could export to an ics file via C-c C-e i, store the file on a web server and point google calendar to it. This way I could easily see my upcoming tasks on my personalized google page (http://www.google.com/ig) which I use as my browser "home" page. This does not work anymore (Org-mode version 6.33f). The calendar is imported without error but there are no entries in the google calendars. Here is a small sample (that shows the problem) http://ozymandias.dk/test/test9365.org http://ozymandias.dk/test/test9365.ics >From my custom file .. '(org-icalendar-include-todo (quote all) t) '(org-icalendar-timezone "Europe/Berlin") .. Note: I have also tried to import the ics file in the iCal program on a macbook (10.4). the todo items are shown on the list of entries at the right side of the screen, but none of the entries are shown in week/month/etc view in the middle. -- Vagn Johansen