Hi all, Does anyone know of any Zope/Python code to extract Contacts from a MS Exchange server, into some format that I can then import into Zope/CMF Contacts (for which I've already made a product)? Thanks in advance! Cheers, Jon
Does anyone know of any Zope/Python code to extract Contacts from a MS Exchange server, into some format that I can then import into Zope/CMF Contacts (for which I've already made a product)?
Connecting to Exchange Servers is a hot open source issue already, but I don't think there's a solution for that yet. As far as I remember from my Exchange admin times, there's the possibility to export data on a scheduled basis (CSV or even LDAP) which you could parse. Best regards, Timo
On Wed, 2002-06-19 at 08:19, Timo A. Hummel wrote:
Does anyone know of any Zope/Python code to extract Contacts from a MS Exchange server, into some format that I can then import into Zope/CMF Contacts (for which I've already made a product)?
Connecting to Exchange Servers is a hot open source issue already, but I don't think there's a solution for that yet. As far as I remember from my Exchange admin times, there's the possibility to export data on a scheduled basis (CSV or even LDAP) which you could parse.
If your Exchange is backed by ActiveDirectory, you can use the normal LDAP tools/libraries/Python modules to get at the data; you wouldn't necessarily even need to extract & import, since you can get to it directly. Of course, I know nothing about the limitations or needs of CMF, so maybe that isn't possible. Wil -- W. Reilly Cooley wcooley@nakedape.cc Naked Ape Consulting http://nakedape.cc * Linux and Network Consulting * irc.linux.com #orlug,#lnxs The most costly of all follies is to believe passionately in the palpably not true. It is the chief occupation of mankind. -- H.L. Mencken
If you have Outlook installed on a client, then it is not very hard to write a program in for example VB that retrieves the contactlist. That program could then call your code to add a contact using some http library. Have a look at microsofts outlook object model. Douwe
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Jon Edwards Sent: Wednesday, June 19, 2002 5:15 PM To: Zope - mailing list Subject: [Zope] Extract contacts from MS Exchange?
Hi all,
Does anyone know of any Zope/Python code to extract Contacts from a MS Exchange server, into some format that I can then import into Zope/CMF Contacts (for which I've already made a product)?
Thanks in advance!
Cheers, Jon
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (4)
-
douwe@oberon.nl -
Jon Edwards -
Timo A. Hummel -
Wil Cooley