Class to manage the interaction with a Google Calendar Account. Provides protected methods to make the http(s) connections to transmit and receive gdata information
Public Member Functions | |
| def | connect |
| Connect manager with a online Google Calendar Account. | |
| def | getCalendar |
| To get the gCalendar with the given name. | |
| def | getCalendars |
| To get an array of calendars available. | |
| def | login |
| Return the login user used to connect. | |
| def | setDefaultCalendar |
| To set the internal calendar to use in GoogleCalendar.getEvent. | |
| def | synchronize |
| To synchronize manager with the Google Calendar Account. | |
| def GoogleCalendar.GoogleCalendarMng.connect | ( | self, | ||
| usr, | ||||
| pwd | ||||
| ) |
Connect manager with a online Google Calendar Account.
| def GoogleCalendar.GoogleCalendarMng.getCalendar | ( | self, | ||
| calendartitle | ||||
| ) |
| def GoogleCalendar.GoogleCalendarMng.getCalendars | ( | self | ) |
To get an array of calendars available.
Manager previously must be synchronized.
| def GoogleCalendar.GoogleCalendarMng.login | ( | self | ) |
Return the login user used to connect.
| def GoogleCalendar.GoogleCalendarMng.setDefaultCalendar | ( | self, | ||
| calendar | ||||
| ) |
To set the internal calendar to use in GoogleCalendar.getEvent.
| def GoogleCalendar.GoogleCalendarMng.synchronize | ( | self | ) |
To synchronize manager with the Google Calendar Account.
Initialize internal array of available calendars in the account.
1.5.1