I want to make a ms word add-in, that does this:
It asks for a user, password and a network path which correspond to a WebDAV server, for a certain user, and if entered correctly, displays an interface from which a user can select to create, or open a file. When a user opens a document, he can click save, and that file will get updated on the server.
I'm asking if this is doable and if yes, what tools should I use and how should I approach the problem?