# README
Contact Reviewer (previously: msgraph-go-contacts)
Overall intent here is to build a solution to allow you to consolidate all of your contact information from various source infromation systems and allow them to populate and be edited.
Ideal future functionality;
- Consolidate all contacts to a source system
- Remove duplicates
- Make decisions around duplicated information - where different email, phone, address details may exist
connect.go
- Core of program, fundamentally creates authentication to MSGraph using details found in PRIVATE.TXT
quickstart.go
- Taken from https://developers.google.com/people/quickstart/go
- Code to pull Google Contacts from Google Api
tpl
- Folder holds templates to process HTML
# Structs
Body is generally the body of the returned HTML when executing.
ContactData is the contact detail.
ContactHeader is the contact header and detail.
EmailAddress is the Email Address of the user.
Message is the specifics of the message being sent.
Recipient is the Receipient of the email you wish to send.
User represents a Microsoft Graph user.
# Type aliases
D is Data for template.