On Wed, 2004-05-12 at 01:25 -0700, Marshall Perrin wrote: > > Has anyone tried getting multisync to work with Apple's iCal and Address > Book? I'd like to sync those apps on my Powerbook with Evolution on my > Linux box. > > iCal looks easy enough: the data is stored as a series of .ics files in > the ~/Library/Calendars/ directory. I can't for the life of me figure out > where Address Book is actually saving its data though... (oh, for source > code to read...!)
- I don't recommend changing the iCal files as is, due to concurrent access problems. Of course, the API is private, as usual with Apple. (see copy Microsoft with exclusive APIs in the system) - for AddressBook data files, see ~/Library/Application Support/AddressBook, but these are only binary and undocumented data. I think there is an API for accessing these data, but I'm not sure it is documented. The other option would be to write a conduit for iSync to sync with MutliSync, but again this is not documented by Apple. > I looked through the mailing list archives and didn't find anything along > these lines (though I did note on report of successfully syncing with an > iPod - I'll have to try that myself soon). For iPod syncing, Christophe Fergeau is working on this from within Evoluution, but there are some issues due to the encoding (you'd encounter them anyway). I'm trying to convince him to make a MultiSync plugin... Hub ------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ Multisync-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/multisync-users
