| [ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
| Copyright: | Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
| License: | http://framework.zend.com/license/new-bsd New BSD License |
| Version: | $Id: Calendar.php 24593 2012-01-05 20:35:02Z matthew $ |
| File Size: | 169 lines (5 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 6 files include/Zend/Gdata/Calendar/EventEntry.php include/Zend/Gdata/App/InvalidArgumentException.php include/Zend/Gdata/Calendar/ListEntry.php include/Zend/Gdata/Calendar/EventFeed.php include/Zend/Gdata.php include/Zend/Gdata/Calendar/ListFeed.php |
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:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |