From: Steven P. <n9...@n9...> - 2004-03-25 14:05:53
|
On Mar 25, 2004, at 12:19 AM, Tom Pollard wrote: > On Mar 25, 2004, at 1:06 AM, Roger Binns wrote: > Sane - or not - it's the only export format for the MacOS X Address > Book. I hope I'll be forgiven if ambiguities in the spec are resolved > arbitrarily in favor of Address Book usage. Export format, perhaps, but not the only way to get that data out. You can extract bits through the AddressBook API provided by Apple, so perhaps a small C library wrapped by SWIG would allow Python to interact with AddressBook in a much more useful fashion. I started looking at this, but didn't get very far as my spare time is non-existant these days. iCal has no API yet, so you are stuck with using AppleEvents or just dealing with the raw data files. |