From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Crotti Subject: Getting a nice and synchronized calendar Date: Thu, 30 Jul 2009 15:27:50 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWXaF-0006Eb-7h for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 11:30:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWXaA-0006AZ-CR for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 11:30:18 -0400 Received: from [199.232.76.173] (port=40372 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWXaA-0006AJ-1i for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 11:30:14 -0400 Received: from mx20.gnu.org ([199.232.41.8]:44335) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MWXa9-00089y-Ak for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 11:30:13 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MWXa8-00030v-CK for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 11:30:12 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1MWXZz-0007MZ-2z for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 15:30:03 +0000 Received: from proxy.unitn.it ([193.205.206.25]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Jul 2009 15:30:03 +0000 Received: from kerny404 by proxy.unitn.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Jul 2009 15:30:03 +0000 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 I really love org-mode and I've been using it for a while now (just finished yesterday to read the info documentation). Now I would like to use it as calendar and see also my changes on ical. So I thought about exporting automatically (batch exporting on every save maybe?) to ics all my interesting org files. This ics could be on a webdav directory where ical is subscribed. So everything would be fantastic, how to synchronize the other way around?? Is there a way to import an ics? And with what kind of text will come in? (To automatize I can check applescript). Anyone is already doing something like that?? Thanks a lot