From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Raschl Subject: Exchange calendar to orgmode Date: Thu, 29 Nov 2012 17:17:20 +0100 Message-ID: <50B78A90.3040609@kautsig.org> 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]:40372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Te6mz-0000Uc-KV for emacs-orgmode@gnu.org; Thu, 29 Nov 2012 11:16:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Te6mq-0005Qh-7O for emacs-orgmode@gnu.org; Thu, 29 Nov 2012 11:16:37 -0500 Received: from static.174.50.47.78.clients.your-server.de ([78.47.50.174]:37693 helo=mail.kautsig.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Te6mq-0005QQ-0N for emacs-orgmode@gnu.org; Thu, 29 Nov 2012 11:16:28 -0500 Received: from [172.16.0.229] (public.router.lagerg19a.ffgraz.net [193.33.150.17]) by mail.kautsig.org (Postfix) with ESMTPSA id 968F81E0CDD for ; Thu, 29 Nov 2012 17:16:24 +0100 (CET) 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 Hi all, I recently wrote a python script to fetch my calendar from the corporate exchange server into an orgmode file to view it in my agenda. It uses the exchange webservices (ews). There are lots of things that could be added, but I thought I'd share it as-is. Maybe somebody can use it... https://github.com/kautsig/ews-orgmode Regards, chris