Inheritance diagram for GoogleCalendar.gComment:

Class representing a Google Calendar Comment.
Public Member Functions | |
| def | __init__ |
| def | getAuthorEmail |
| To get the email of the author. | |
| def | getAuthorName |
| To get the name of the author. | |
| def | getContent |
| To get the comment. | |
| def | getID |
| To get the comment ID. | |
| def | getXMLForSend |
| To get the basic event information. | |
| def | setAuthorEmail |
| To set the email of the author. | |
| def | setAuthorName |
| To get the name of the author. | |
| def | setContent |
| To set the comment. | |
| def GoogleCalendar.gComment.getAuthorEmail | ( | self | ) |
To get the email of the author.
| def GoogleCalendar.gComment.getAuthorName | ( | self | ) |
To get the name of the author.
| def GoogleCalendar.gComment.getContent | ( | self | ) |
To get the comment.
| def GoogleCalendar.gComment.getID | ( | self | ) |
To get the comment ID.
Only accessible with calendars retrieved from a Google Account.
| def GoogleCalendar.gComment.getXMLForSend | ( | self | ) |
To get the basic event information.
When comment are added or updated into a Google Calendar Event, some elements presents in a comment previously retrieved from web isn't accepted in a HTTP Put call. Is for this reason that methods getAsXMLString or getAsTabulatedXMLString can't be used.
| def GoogleCalendar.gComment.setAuthorEmail | ( | self, | ||
| value | ||||
| ) |
To set the email of the author.
| def GoogleCalendar.gComment.setAuthorName | ( | self, | ||
| value | ||||
| ) |
To get the name of the author.
| def GoogleCalendar.gComment.setContent | ( | self, | ||
| content | ||||
| ) |
To set the comment.
1.5.1