|
Moodle
2.2.1
http://www.collinsharper.com
|


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 | |
Definition at line 59 of file Calendar.php.
| __construct | ( | $ | client = null, |
| $ | applicationId = 'MyCompany-MyApp-1.0' |
||
| ) |
Create Gdata_Calendar object
| Zend_Http_Client | $client | (optional) The HTTP client to use when when communicating with the Google servers. |
| string | $applicationId | The identity of the app in the form of Company-AppName-Version |
Reimplemented from Zend_Gdata.
Definition at line 84 of file Calendar.php.

| getCalendarEventEntry | ( | $ | location = null | ) |
Retreive entry object
Definition at line 115 of file Calendar.php.

| getCalendarEventFeed | ( | $ | location = null | ) |
Retreive feed object
| mixed | $location | The location for the feed, as a URL or Query |
Definition at line 98 of file Calendar.php.

| getCalendarListEntry | ( | $ | location = null | ) |
Retreive entryobject
Definition at line 146 of file Calendar.php.

Retrieve feed object
Definition at line 135 of file Calendar.php.

| insertEvent | ( | $ | event, |
| $ | uri = null |
||
| ) |
$_defaultPostUri = self::CALENDAR_EVENT_FEED_URI [protected] |
Reimplemented from Zend_Gdata.
Definition at line 66 of file Calendar.php.
$namespaces [static] |
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.