From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russell Carden Subject: Re: Exchange calendar to orgmode (Chris Raschl) Date: Thu, 29 Nov 2012 12:03:23 -0600 Message-ID: <50B7A36B.8000206@csquaredservices.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41424) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Te8SQ-00012U-8N for emacs-orgmode@gnu.org; Thu, 29 Nov 2012 13:03:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Te8SL-0004fo-VJ for emacs-orgmode@gnu.org; Thu, 29 Nov 2012 13:03:30 -0500 Received: from mh10.mail.rice.edu ([128.42.201.30]:53815) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Te8SL-0004fd-R5 for emacs-orgmode@gnu.org; Thu, 29 Nov 2012 13:03:25 -0500 In-Reply-To: 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 Cc: cr@kautsig.org Hi Russell, On 11/29/2012 06:35 PM, Russell Carden wrote: > Can you tell me more about your script or about how a calendar in an > exchange server works. All it does is fetch your calendar and use the subject as headline and formats the date scheduled in the event so orgmode can pick it up. > Each event has a unique id? On the exchange server side, i guess. But it's not used in my script. > Do you dump this info into your org-file. It does write the result to stdout. I use a cronjob to execute it and redirect it's output into a file which is configured as agenda file in orgmode. > Does your script sync the org-file with the exchange > server? No. It's just exchange to orgmode. It does no sync at all. > Would it be possible to create a link from org-mode that would > open up a particular event in your exchange calendar? Possibly to the OWA webinterface. But I'm not sure about that. Wouldn't you prefer to discuss this on the list? Maybe others are interested too... - chris