Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!bcyclone04.am1.xlned.com!bcyclone04.am1.xlned.com!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.079 X-Spam-Evidence: '*H*': 0.86; '*S*': 0.02; 'subject:Python': 0.05; 'subject:How': 0.09; 'python': 0.11; 'python.': 0.11; 'backend': 0.15; 'planning.': 0.16; 'subject:access': 0.16; 'python?': 0.18; 'thanks,': 0.19; 'trying': 0.22; "user's": 0.22; "i'm": 0.29; 'subject:?': 0.34; 'running': 0.34; 'server': 0.34; 'received:google.com': 0.34; 'message-id:@gmail.com': 0.35; 'to:addr:python-list': 0.35; 'hi,': 0.37; 'mac': 0.37; 'to:addr:python.org': 0.39; 'subject:-': 0.39; 'within': 0.64; 'reply-to:addr:gmail.com': 0.77; 'header:Reply-to:1': 0.78; 'header:Return-Path:2': 0.84; 'subject:via': 0.84; 'snow': 0.91; 'subject:Server': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:to:from:reply-to:subject:message-id:mime-version :content-transfer-encoding:content-type; bh=0TfF9tzNBur13lafKPePK5OuSRWz+6mPVQKK5jbxt4M=; b=Bt6ITuO/aVqhJQWAVukaYu76kjAWOrMCyux/chxDbgNP5MUec31fA9BBYX909rJAlM wFuEmvr7u8bzISyez5+AGxEyYv4U1TrK9cyQFXrRjBnzZdLgjtJOS7L8oMBN0V6Tu98/ MoLFX257lf1Apv0W0jcv2lbOO/wNEv4k4xUJCHACxGabDbQGzwWXKGcSjqHrFEU6tT1z bfKA3SIf9568lTobF2A3bzRpTs3HFqSUSv4HkZu+4yNmd4DklTuZ9+9TGc0janZTtFGv Lw1T91WOSvieDMRU+nlPGxuzp0bZFVsrTezm+qKcWB9cTiUxg5vmN8MyoGgrcsW7ADNO FOLg== X-Received: by 10.70.41.33 with SMTP id c1mr22380990pdl.114.1432473090089; Sun, 24 May 2015 06:11:30 -0700 (PDT) Date: Sun, 24 May 2015 13:11:28 +0000 To: python-list@python.org From: Norah Jones Reply-to: Norah Jones Subject: How to access Apples iCal-Server via Python? X-Priority: 3 X-Mailer: CatPHPMailer 5.1 (phpmailer.sourceforge.net) MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1432473093 news.xs4all.nl 2841 [2001:888:2000:d::a6]:46194 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3347 X-Received-Body-CRC: 2459043578 Xref: csiph.com comp.lang.python:91177 Hi, I'm trying to access Apples iCal-Server on a Mac OS X Snow Leopard Server via Python. The server is up and running and working with it via the iCal-Application is just fine. Now I need to access this server via Python to use it as backend for resource planning. So how can I read the events within a time range from a user's calendar using python? Thanks, Norah Jones