Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Assists in constructing queries for Google Calendar events
CALENDAR_FEED_URI = 'https://www.google.com/calendar/feeds'
$_comments = 'null'
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.
$_defaultFeedUri = 'self'
The default URI used for feeds.
$_event = 'null'
The event ID to retrieve. If null, no specific event will be retrieved unless already included in the query URI.
$_projection = 'full'
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.
$_user = 'default'
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.
$_visibility = 'public'
__construct(
string $url
=
null
)
:
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 'https://www.google.com/calendar', the default URL constructed will be 'https://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(
)
:
string
getEvent(
)
:
string
getFutureEvents(
)
:
string
getOrderBy(
)
:
string
getProjection(
)
:
string
getQueryUrl(
)
:
string
getRecurrenceExpansionEnd(
)
:
string
getRecurrenceExpansionStart(
)
:
string
getSingleEvents(
)
:
Zend_Gdata_Calendar_EventQuery
getSortOrder(
)
:
string
getStartMax(
)
:
int
getStartMin(
)
:
int
getUser(
)
:
string
getVisibility(
)
:
string
setComments(
string $value
)
:
Zend_Gdata_Calendar_EventQuery
setEvent(
string $value
)
:
Zend_Gdata_Calendar_EventQuery
setFutureEvents(
string $value
)
:
Zend_Gdata_Calendar_EventQuery
setOrderBy(
string $value
)
:
Zend_Gdata_Calendar_EventQuery
setProjection(
string $value
)
:
Zend_Gdata_Calendar_EventQuery
setRecurrenceExpansionEnd(
$value
)
:
string
setRecurrenceExpansionStart(
$value
)
:
string
setSingleEvents(
string $value
)
:
Zend_Gdata_Calendar_EventQuery
setSortOrder(
$value
)
:
string
setStartMax(
int $value
)
:
Zend_Gdata_Calendar_EventQuery
setStartMin(
int $value
)
:
Zend_Gdata_Calendar_EventQuery
setUser(
string $value
)
:
Zend_Gdata_Calendar_EventQuery
setVisibility(
bool $value
)
:
Zend_Gdata_Calendar_EventQuery