TTMSFNCCloudGooglePeople
Usage
A component that provides access to the Google People service. It allows to read, create, update & delete Groups
and Contacts
.
Authorization information
Client ID, Client Secret, CallBack URL
Properties
Property name | Description |
---|---|
Contacts | A list of Google Contacts |
Groups | A list of Google Groups |
Methods
Property name | Description |
---|---|
AddContactToGroup | Add an existing contact to a Group |
GetContacts | Fill the list of Contacts |
GetContactByID | Retrieve a specific Contact by ID |
GetGroups | Fill the list of Groups |
CreateContact | Create a new Contact |
CreateGroup | Create a new Group |
DeleteContact | Delete an existing Contact |
DeleteGroup | Delete an existing Group |
DeleteContactFromGroup | Remove an existing contact from a Group |
UpdateContact | Update an existing Contact |
UpdateGroup | Update an existing Group |