Re: [Pythonmac-SIG] appscript with todos in iCal seams very slow

2006-08-06 Thread has
Marcin Komorowski wrote: > I am trying to generate a python internal structure (a dictionary of > dictionaries) with a copy of all todo data from iCal. I got it to > work using the following code: > [...] > The problem is that this appears to execute painstakingly slowly. Apple event IPC is fair

Re: [Pythonmac-SIG] appscript with todos in iCal seams very slow

2006-08-06 Thread Henning Hraban Ramm
Am 2006-08-06 um 16:57 schrieb Marcin Komorowski: > I am trying to generate a python internal structure (a dictionary > of dictionaries) with a copy of all todo data from iCal. I got it > to work using the following code: > > The problem is that this appears to execute painstakingly slowly.

[Pythonmac-SIG] appscript with todos in iCal seams very slow

2006-08-06 Thread Marcin Komorowski
Hey All,I am trying to generate a python internal structure (a dictionary of dictionaries) with a copy of all todo data from iCal.  I got it to work using the following code:#!/usr/bin/env /usr/bin/pythonwfrom appscript import *from sys import stdoutappCal = app( 'iCal' )todos = appCal.calendars.fi