Zend_Gdata_Calendar_EventQueryAssists in constructing queries for Google Calendar events
Located in /Gdata/Calendar/EventQuery.php (line 45)
Zend_Gdata_Query | --Zend_Gdata_Calendar_EventQuery
mixed
$_comments
= null (line 60)
The comment ID to retrieve. If null, no specific comment will be retrieved unless already included in the query URI. The event ID ($_event) must be set, otherwise this property is ignored.
mixed
$_defaultFeedUri
= self::CALENDAR_FEED_URI (line 53)
The default URI used for feeds.
mixed
$_event
= null (line 89)
The event ID to retrieve. If null, no specific event will be retrieved unless already included in the query URI.
mixed
$_projection
= 'full' (line 83)
Projection to be requested by queries. Defaults to "full". A null value should be used when the calendar address has already been set as part of the query URI.
mixed
$_user
= 'default' (line 69)
The calendar address to be requested by queries. This may be an email
address if requesting the primary calendar for a user. Defaults to "default" (the currently authenticated user). A null value should be used when the calendar address has already been set as part of the query URI.
mixed
$_visibility
= 'public' (line 76)
Inherited from Zend_Gdata_Query
Zend_Gdata_Query::$_category
Zend_Gdata_Query::$_params
Zend_Gdata_Query::$_url
Constructor __construct (line 105)
Create Gdata_Calendar_EventQuery object. If a URL is provided,
it becomes the base URL, and additional URL components may be appended. For instance, if $url is 'http://www.google.com/calendar', the default URL constructed will be 'http://www.google.com/calendar/default/public/full'.
If the URL already contains a calendar ID, projection, visibility, event ID, or comment ID, you will need to set these fields to null to prevent them from being inserted. See this class's properties for more information.
getComments (line 169)
getEvent (line 178)
getFutureEvents (line 416)
getOrderBy (line 279)
getProjection (line 187)
getRecurrenceExpansionEnd (line 342)
getRecurrenceExpansionStart (line 316)
getSingleEvents (line 368)
getSortOrder (line 291)
getStartMax (line 255)
getStartMin (line 267)
getUser (line 196)
getVisibility (line 205)
setFutureEvents (line 443)
setRecurrenceExpansionEnd (line 354)
setRecurrenceExpansionStart (line 328)
setSingleEvents (line 394)
setSortOrder (line 303)
Inherited From Zend_Gdata_Query
Zend_Gdata_Query::__construct()
Zend_Gdata_Query::getAlt()
Zend_Gdata_Query::getAuthor()
Zend_Gdata_Query::getCategory()
Zend_Gdata_Query::getMaxResults()
Zend_Gdata_Query::getParam()
Zend_Gdata_Query::getPublishedMax()
Zend_Gdata_Query::getPublishedMin()
Zend_Gdata_Query::getQuery()
Zend_Gdata_Query::getQueryString()
Zend_Gdata_Query::getQueryUrl()
Zend_Gdata_Query::getStartIndex()
Zend_Gdata_Query::getUpdatedMax()
Zend_Gdata_Query::getUpdatedMin()
Zend_Gdata_Query::resetParameters()
Zend_Gdata_Query::setAlt()
Zend_Gdata_Query::setAuthor()
Zend_Gdata_Query::setCategory()
Zend_Gdata_Query::setMaxResults()
Zend_Gdata_Query::setParam()
Zend_Gdata_Query::setPublishedMax()
Zend_Gdata_Query::setPublishedMin()
Zend_Gdata_Query::setQuery()
Zend_Gdata_Query::setStartIndex()
Zend_Gdata_Query::setUpdatedMax()
Zend_Gdata_Query::setUpdatedMin()
Zend_Gdata_Query::__get()
Zend_Gdata_Query::__set()
Documentation generated on Mon, 21 Jun 2010 15:20:28 -0400 by phpDocumentor 1.4.3