Moodle  2.2.1
http://www.collinsharper.com
Zend_Gdata_Calendar Class Reference
Inheritance diagram for Zend_Gdata_Calendar:
Collaboration diagram for Zend_Gdata_Calendar:

Public Member Functions

 __construct ($client=null, $applicationId= 'MyCompany-MyApp-1.0')
 getCalendarEventFeed ($location=null)
 getCalendarEventEntry ($location=null)
 getCalendarListFeed ()
 getCalendarListEntry ($location=null)
 insertEvent ($event, $uri=null)

Data Fields

const CALENDAR_FEED_URI = 'http://www.google.com/calendar/feeds'
const CALENDAR_EVENT_FEED_URI = 'http://www.google.com/calendar/feeds/default/private/full'
const AUTH_SERVICE_NAME = 'cl'

Static Public Attributes

static $namespaces

Protected Attributes

 $_defaultPostUri = self::CALENDAR_EVENT_FEED_URI

Detailed Description

Definition at line 59 of file Calendar.php.


Constructor & Destructor Documentation

__construct ( client = null,
applicationId = 'MyCompany-MyApp-1.0' 
)

Create Gdata_Calendar object

Parameters:
Zend_Http_Client$client(optional) The HTTP client to use when when communicating with the Google servers.
string$applicationIdThe identity of the app in the form of Company-AppName-Version

Reimplemented from Zend_Gdata.

Definition at line 84 of file Calendar.php.

Here is the call graph for this function:


Member Function Documentation

getCalendarEventEntry ( location = null)

Retreive entry object

Returns:
Zend_Gdata_Calendar_EventEntry

Definition at line 115 of file Calendar.php.

Here is the call graph for this function:

getCalendarEventFeed ( location = null)

Retreive feed object

Parameters:
mixed$locationThe location for the feed, as a URL or Query
Returns:
Zend_Gdata_Calendar_EventFeed

Definition at line 98 of file Calendar.php.

Here is the call graph for this function:

getCalendarListEntry ( location = null)

Retreive entryobject

Returns:
Zend_Gdata_Calendar_ListEntry

Definition at line 146 of file Calendar.php.

Here is the call graph for this function:

Retrieve feed object

Returns:
Zend_Gdata_Calendar_ListFeed

Definition at line 135 of file Calendar.php.

Here is the call graph for this function:

insertEvent ( event,
uri = null 
)

Definition at line 160 of file Calendar.php.

Here is the call graph for this function:


Field Documentation

$_defaultPostUri = self::CALENDAR_EVENT_FEED_URI [protected]

Reimplemented from Zend_Gdata.

Definition at line 66 of file Calendar.php.

$namespaces [static]
Initial value:
 array(
        array('gCal', 'http://schemas.google.com/gCal/2005', 1, 0)
    )

Reimplemented from Zend_Gdata.

Definition at line 73 of file Calendar.php.

const AUTH_SERVICE_NAME = 'cl'

Reimplemented from Zend_Gdata.

Definition at line 64 of file Calendar.php.

const CALENDAR_EVENT_FEED_URI = 'http://www.google.com/calendar/feeds/default/private/full'

Definition at line 63 of file Calendar.php.

const CALENDAR_FEED_URI = 'http://www.google.com/calendar/feeds'

Definition at line 62 of file Calendar.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations