[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Gdata/ -> Calendar.php (summary)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
Version: $Id$
File Size: 169 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_Gdata_Calendar:: (6 methods):
  __construct()
  getCalendarEventFeed()
  getCalendarEventEntry()
  getCalendarListFeed()
  getCalendarListEntry()
  insertEvent()


Class: Zend_Gdata_Calendar  - X-Ref

Service class for interacting with the Google Calendar data API

__construct($client = null, $applicationId = 'MyCompany-MyApp-1.0')   X-Ref
Create Gdata_Calendar object

param: Zend_Http_Client $client (optional) The HTTP client to use when
param: string $applicationId The identity of the app in the form of Company-AppName-Version

getCalendarEventFeed($location = null)   X-Ref
Retreive feed object

param: mixed $location The location for the feed, as a URL or Query
return: Zend_Gdata_Calendar_EventFeed

getCalendarEventEntry($location = null)   X-Ref
Retreive entry object

return: Zend_Gdata_Calendar_EventEntry

getCalendarListFeed()   X-Ref
Retrieve feed object

return: Zend_Gdata_Calendar_ListFeed

getCalendarListEntry($location = null)   X-Ref
Retreive entryobject

return: Zend_Gdata_Calendar_ListEntry

insertEvent($event, $uri=null)   X-Ref
No description



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1