Closed abika closed 9 years ago
As I'm using different address books in Outlook (like private, family, business) I don't have any contacts in the default folder. I'd very much appreciate having the possibily to chose between differnt folders.
ok, I have to think about this. You only have one server ergo one account. But you want a couple of (Outlook addr book <-> WebDAV addr book) pairs for this account saved in the config. Question is what is most user friendly.
Please give me some time, I have to get familiar with the code again.
You can now select the Outlook address book (aka Outlook Folder) with 6e0e5a26bf7c281c41bee561e91ed63f9d8452ca.
Multiple accounts will be implemented quick&dirty: Specify another config file with a command line argument. Coming soon...
For those who have multiple address books can specify a different config file for each address book (d33e711de3cba078c5fe999393914b8aa67c2799).
E.g.
java -jar CardDAVSyncOutlook.jar --config conf\config_work.properties
There should be a way to create and choose between multiple server accounts. Selecting another target address book then the default one in Outlook should be possible, too.
Improving the configuration handling is a good start. Using Apache config comes to my mind.