GoogleCalendar.GoogleCalendarMng Class Reference

List of all members.

Detailed Description

The Google Calendar Manager.

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.


Member Function Documentation

def GoogleCalendar.GoogleCalendarMng.connect (   self,
  usr,
  pwd 
)

Connect manager with a online Google Calendar Account.

def GoogleCalendar.GoogleCalendarMng.getCalendar (   self,
  calendartitle 
)

To get the gCalendar with the given name.

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. 


The documentation for this class was generated from the following file:
Generated on Fri Mar 30 00:29:45 2007 for (GCPi) GoogleCalendar Python Interface by  doxygen 1.5.1