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
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.
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