From: Roger B. <ro...@ro...> - 2003-12-05 07:35:09
|
Alan Gonzalez wrote: > I'm still here, just got distracted. The last thing I was messing with was > outlook access through python. I haven't added any new features to my local > copy of bitpim since the last updates i sent you. I suspect some of the code may no longer work. In particular the phonebook format has gradually improved and is documented at the top of phonebook.py. You may not quite be supplying it back in that format, and probably not coping with it for writing. I would also like to move the current writing code which should be generic to all LG phones into the main LG class. I think you can take the existing 4400 code and put it in your class and see if it works. If it does, then it can be moved as is. What did you find out about the Outlook stuff? If you look in native/wab, I did implement code that deals with the Windows address book. The api is documented at http://msdn.microsoft.com/workshop/wab/reference/interfaces.asp I believe the interfaces should be identical on Outlook except for the last two which are wab specific. Roger |