Class Zend_Gdata_Calendar

Description

Service class for interacting with the Google Calendar data API

Located in /Gdata/Calendar.php (line 56)

Zend_Gdata
   |
   --Zend_Gdata_Calendar
Class Constant Summary
 CALENDAR_EVENT_FEED_URI = 'http://www.google.com/calendar/feeds/default/private/full'
 CALENDAR_FEED_URI = 'http://www.google.com/calendar/feeds'
Variable Summary
 static mixed $namespaces
Method Summary
 Zend_Gdata_Calendar __construct ([ $client = null])
 void insertEvent ( $event, [ $uri = null])
Variables
static mixed $namespaces = array(
'gCal' => 'http://schemas.google.com/gCal/2005')
(line 65)
  • access: public
mixed $_defaultPostUri = self::CALENDAR_EVENT_FEED_URI (line 63)
  • access: protected
Methods
Constructor __construct (line 71)

Create Gdata_Calendar object

  • access: public
Zend_Gdata_Calendar __construct ([ $client = null])
  • $client
getCalendarEventEntry (line 101)

Retreive entryobject

  • access: public
Zend_Gdata_Calendar_EventEntry getCalendarEventEntry ([ $location = null])
  • $location
getCalendarEventFeed (line 84)

Retreive feed object

  • access: public
Zend_Gdata_Calendar_EventFeed getCalendarEventFeed ([mixed $location = null])
  • mixed $location: The location for the feed, as a URL or Query
getCalendarListEntry (line 137)

Retreive entryobject

  • access: public
Zend_Gdata_Calendar_ListEntry getCalendarListEntry ([ $location = null])
  • $location
getCalendarListFeed (line 121)

Retrieve feed object

  • access: public
Zend_Gdata_Calendar_ListFeed getCalendarListFeed ()
insertEvent (line 151)
  • access: public
void insertEvent ( $event, [ $uri = null])
  • $event
  • $uri
Class Constants
AUTH_SERVICE_NAME = 'cl' (line 61)
CALENDAR_EVENT_FEED_URI = 'http://www.google.com/calendar/feeds/default/private/full' (line 60)
CALENDAR_FEED_URI = 'http://www.google.com/calendar/feeds' (line 59)

Documentation generated on Sun, 27 May 2007 23:29:17 -0700 by phpDocumentor 1.3.2