UpdateGoogleData
GData: Update an existing entry.
Input
| Name | Type | Description |
| AuthorEmail | String |
The entry author's email. Note that not all Google services support this. |
| AuthorName | String |
The entry author's name. Note that not all Google services support this. |
| Content | String |
The content of the entry. |
| ContentType | String |
The type of the content (TEXT, HTML, or XHTML). The default value is TEXT. |
| EditLink | String |
The edit link of the entry to update. This can be obtained from the SearchGoogleData stored procedure. |
| Entry | String |
The atom entry to insert. If this is provided the other entry elements are ignored. |
| Service | String |
The service identifier to authenticate with (i.e. blogger, calendar, docs, etc.). Refer to Google Data API documentation for details. |
| Subtitle | String |
The subtitle of the entry. |
| Title | String |
The title of the entry. |
Output
| Name | Type | Description |
| ID | String | The identifier of the entry. |
| Title | String | The title of the entry. |
| Updated | String | The last updated date and time of the entry. |
| EditLink | String | The edit link for the entry. Used for subsequent updating and/or deleting. |
| AuthorName | String | The entry author's name. |
| AuthorEmail | String | The entry author's email. |
| Content | String | The content for this entry. |
| Title | String | The title for this entry. |
| Success | String | Whether or not the update was successful. |