Export Contacts & Calendar info to a CSV file

I would like to automate a process to export Contacts & Calendar info to a CSV file for all databases on the server.

Subject: Export Contacts & Calendar info to a CSV file

An excellent goal and I hope you can accomplish such a task.

I assume, perhaps falsely, that you are wanting help in some regard but I don’t see a question or anything like that in your post. Am I right?

Are you stuck on code you are writing? Are you looking for some utility or software that could do this? What do you want to do with the data once you have it in a CSV?

Subject: RE: Export Contacts & Calendar info to a CSV file

If there is some code or utility that would be great since I have to have this ASAP. The goal to to import to Exchange - PST file.

Subject: RE: Export Contacts & Calendar info to a CSV file

In addition to export tool, you need a way to collect all mail databases on all servers in current directory. Run a LDAP query from the command line:

ldapsearch -h server.domain -D “cn=administrator,o=domain” -w “administrator password” “(objectclass=person)” mailserver mailfile

Subject: RE: Export Contacts & Calendar info to a CSV file

I don’t know of a way to automate it but I’m sure something is out there.

For personal address book you could use this Notes Application but you would need to do this on an individual basis → http://www-10.lotus.com/ldd/sandbox.nsf/0/c7dbac4064b1319085256b26005090ce?OpenDocument