"GoogleContactExport" lets you export your Google contacts into Outlook using the Google People API v1. You just need to authorize yourself using your Google account and then copy all your Google Contacts with one single click!
You can find the Add-In on the backstage view tab "Open and Export"!
These instructions will get you a copy of the project up and running on your own computer.
To use my Add-In you only need:
- A computer with at least Windows Vista
- Microsoft .NET Framework 4.5
- Outlook 2016 (duh)
Please note that while other Versions of Outlook might work aswell they haven't been tested. Please report back if the Add-In works with your version of Outlook!
Installing is very easy, just run the installer. It will automatically extract the needed files to a temporary folder and start the VSTO installer which then adds the Add-In and all needed resources to Outlook! You can then start the Add-In through the button it adds on the "Open and Export" tab in the backstage view.
- Microsoft Visual Studio 2017 Community - The IDE and Compiler used
- Inno Setup 5.5.9 - The installer software used
- Semantic Versioning 2.0.0 - The way I version my software
- Google People API v1 - The API used to read Googles contact data
This project is licensed under the MIT License - see the LICENSE file for details!