Is there a way (a library, maybe) to access the Apple Addressbook and the iCal frameworks (no Applescript)?
Thanks
Accessing the Apple Addressbook and the iCal frameworks
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 121
- Joined: Thu Mar 27, 2008 10:19 am
Accessing the Apple Addressbook and the iCal frameworks
Last edited by paulclaude on Wed Jun 10, 2009 4:22 pm, edited 1 time in total.
-
- VIP Livecode Opensource Backer
- Posts: 977
- Joined: Sat Apr 08, 2006 7:47 am
- Contact:
Your two options are:
- try to locate and parse the files where AddressBook and iCal store their infromation, or
- write an external in C++ to act as glue between Revolution and the operating system frameworks.
The second option is preferable, as it will survive file format changes. But it means diving into XCode and C++
Jan Schenkel.
- try to locate and parse the files where AddressBook and iCal store their infromation, or
- write an external in C++ to act as glue between Revolution and the operating system frameworks.
The second option is preferable, as it will survive file format changes. But it means diving into XCode and C++
Jan Schenkel.
Quartam Reports & PDF Library for LiveCode
www.quartam.com
www.quartam.com
-
- Posts: 121
- Joined: Thu Mar 27, 2008 10:19 am
My question is this: anyone has already made a library or something similar to access those two files (at least to read them)? In effect, to parse the iCal files should not be too difficult, only a problem of time. About the Address book file, the problem is much bigger.
I would love to work in C++ etc., but this is a little beyond my programmer skills.
I would love to work in C++ etc., but this is a little beyond my programmer skills.