From mboxrd@z Thu Jan 1 00:00:00 1970 From: Doug Hellmann Subject: Re: Calendars & Agenda mode Date: Sat, 1 May 2010 18:33:06 -0400 Message-ID: <72043D53-C109-427F-8B42-413FDE7EAB0C@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O8LFJ-000263-9g for emacs-orgmode@gnu.org; Sat, 01 May 2010 18:33:13 -0400 Received: from [140.186.70.92] (port=52483 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O8LFI-00025F-0u for emacs-orgmode@gnu.org; Sat, 01 May 2010 18:33:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O8LFG-0006cc-FF for emacs-orgmode@gnu.org; Sat, 01 May 2010 18:33:11 -0400 Received: from mail-yw0-f184.google.com ([209.85.211.184]:52143) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O8LFG-0006cS-Cb for emacs-orgmode@gnu.org; Sat, 01 May 2010 18:33:10 -0400 Received: by ywh14 with SMTP id 14so810454ywh.25 for ; Sat, 01 May 2010 15:33:09 -0700 (PDT) In-Reply-To: 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: David Frascone Cc: emacs-orgmode On Apr 28, 2010, at 1:48 PM, David Frascone wrote: > > **** iCalendar exporting? importing? > Is anyone using this? I've avoided agenda like stuff, since I have a > calendar that is very full of meetings, appointments, etc. (In fact, > I have several, some at work, some on google calendars). While I'd > love to add todo's with dates, using orgmode for my real calendar > seemed a bit much. Does anyone else using calendars also use orgmode? > If so, do you sync, and in what direction. (i.e. org-mode -> > iCalendar, or move everything from other calendars -> org-mode?) I import my iCal data into org-mode using a stand-alone Python app I wrote for the purpose: http://www.doughellmann.com/projects/ical2org/ Doug