|
GData JavaScript Client 1.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.client.Query | +--google.gdata.calendar.CalendarEventQuery
Describes a query for the feed of a calendar's events.
Defined in gdata.js
Fields inherited from class google.gdata.client.Query |
feedUri
|
Constructor Summary | |
google.gdata.calendar.CalendarEventQuery(<String> feedUri)
Constructor. |
Method Summary | |
String|Null
|
getAuthor()
Returns the author name or email address. |
String|Null
|
getFullTextQuery()
Returns the full-text query string. |
Boolean|Null
|
getFutureEvents()
Returns the shortcut to request all events that are scheduled for future times which overrides the recurrence-expansion-start, recurrence-expansion-end, start-min, and start-max values. |
google.gdata.DateTime|Null
|
getMaximumStartTime()
Returns the latest event start time to match (default is 2031-01-01). |
Number|Null
|
getMaxResults()
Returns the maximum number of results to be retrieved. |
google.gdata.DateTime|Null
|
getMinimumStartTime()
Returns the earliest event start time to match (default is 1970-01-01). |
String|Null
|
getOrderBy()
Returns the order of entries in a feed. |
google.gdata.DateTime|Null
|
getRecurrenceExpansionEnd()
Returns the end of time period for which to expand recurring events. |
google.gdata.DateTime|Null
|
getRecurrenceExpansionStart()
Returns the beginning of time period for which to expand recurring events. |
Boolean|Null
|
getSingleEvents()
Returns the whether recurring events should be expanded or represented as a single event. |
String|Null
|
getSortOrder()
Returns the direction of sorting. |
Number|Null
|
getStartIndex()
Returns the 1-based index of the first result to be retrieved. |
google.gdata.DateTime|Null
|
getUpdatedMax()
Returns the maximum updated date. |
google.gdata.DateTime|Null
|
getUpdatedMin()
Returns the minimum updated date. |
void
|
setAuthor(<String|Null> author)
Sets the author name or email address. |
void
|
setFullTextQuery(<String|Null> fullTextQuery)
Sets the full-text query string. |
void
|
setFutureEvents(<Boolean|String|Null> futureEvents)
Sets the shortcut to request all events that are scheduled for future times which overrides the recurrence-expansion-start, recurrence-expansion-end, start-min, and start-max values. |
void
|
setMaximumStartTime(<google.gdata.DateTime|String|Null> maximumStartTime)
Sets the latest event start time to match (default is 2031-01-01). |
void
|
setMaxResults(<Number|String|Null> maxResults)
Sets the maximum number of results to be retrieved. |
void
|
setMinimumStartTime(<google.gdata.DateTime|String|Null> minimumStartTime)
Sets the earliest event start time to match (default is 1970-01-01). |
void
|
setOrderBy(<String|Null> orderBy)
Sets the order of entries in a feed. |
void
|
setRecurrenceExpansionEnd(<google.gdata.DateTime|String|Null> recurrenceExpansionEnd)
Sets the end of time period for which to expand recurring events. |
void
|
setRecurrenceExpansionStart(<google.gdata.DateTime|String|Null> recurrenceExpansionStart)
Sets the beginning of time period for which to expand recurring events. |
void
|
setSingleEvents(<Boolean|String|Null> singleEvents)
Sets the whether recurring events should be expanded or represented as a single event. |
void
|
setSortOrder(<String|Null> sortOrder)
Sets the direction of sorting. |
void
|
setStartIndex(<Number|String|Null> startIndex)
Sets the 1-based index of the first result to be retrieved. |
void
|
setUpdatedMax(<google.gdata.DateTime|String|Null> updatedMax)
Sets the maximum updated date. |
void
|
setUpdatedMin(<google.gdata.DateTime|String|Null> updatedMin)
Sets the minimum updated date. |
Methods inherited from class google.gdata.client.Query |
setParamDef, setParam, getPath, getUri, getParam
|
Constructor Detail |
google.gdata.calendar.CalendarEventQuery(<String> feedUri)
feedUri
- URI of feed
Method Detail |
String|Null getAuthor()
null
to indicate that the parameter is disabled
String|Null getFullTextQuery()
null
to indicate that the parameter is disabled
Boolean|Null getFutureEvents()
null
to indicate that the parameter is disabled
google.gdata.DateTime|Null getMaximumStartTime()
null
to indicate that the parameter is disabled
Number|Null getMaxResults()
null
to indicate that the parameter is disabled
google.gdata.DateTime|Null getMinimumStartTime()
null
to indicate that the parameter is disabled
String|Null getOrderBy()
null
to indicate that the parameter is disabled
google.gdata.DateTime|Null getRecurrenceExpansionEnd()
null
to indicate that the parameter is disabled
google.gdata.DateTime|Null getRecurrenceExpansionStart()
null
to indicate that the parameter is disabled
Boolean|Null getSingleEvents()
null
to indicate that the parameter is disabled
String|Null getSortOrder()
null
to indicate that the parameter is disabled
Number|Null getStartIndex()
null
to indicate that the parameter is disabled
google.gdata.DateTime|Null getUpdatedMax()
null
to indicate that the parameter is disabled
google.gdata.DateTime|Null getUpdatedMin()
null
to indicate that the parameter is disabled
void setAuthor(<String|Null> author)
author
- Author name or email address or null
to disable this parameter
void setFullTextQuery(<String|Null> fullTextQuery)
fullTextQuery
- Full-text query string or null
to disable this parameter
void setFutureEvents(<Boolean|String|Null> futureEvents)
futureEvents
- Shortcut to request all events that are scheduled for future times which overrides the recurrence-expansion-start, recurrence-expansion-end, start-min, and start-max values or an equivalent string value or null
to disable this parameter
void setMaximumStartTime(<google.gdata.DateTime|String|Null> maximumStartTime)
maximumStartTime
- Latest event start time to match (default is 2031-01-01) or an equivalent string value or null
to disable this parameter
void setMaxResults(<Number|String|Null> maxResults)
maxResults
- Maximum number of results to be retrieved or an equivalent string value or null
to disable this parameter
void setMinimumStartTime(<google.gdata.DateTime|String|Null> minimumStartTime)
minimumStartTime
- Earliest event start time to match (default is 1970-01-01) or an equivalent string value or null
to disable this parameter
void setOrderBy(<String|Null> orderBy)
orderBy
- Order of entries in a feed or null
to disable this parameter
void setRecurrenceExpansionEnd(<google.gdata.DateTime|String|Null> recurrenceExpansionEnd)
recurrenceExpansionEnd
- End of time period for which to expand recurring events or an equivalent string value or null
to disable this parameter
void setRecurrenceExpansionStart(<google.gdata.DateTime|String|Null> recurrenceExpansionStart)
recurrenceExpansionStart
- Beginning of time period for which to expand recurring events or an equivalent string value or null
to disable this parameter
void setSingleEvents(<Boolean|String|Null> singleEvents)
singleEvents
- Whether recurring events should be expanded or represented as a single event or an equivalent string value or null
to disable this parameter
void setSortOrder(<String|Null> sortOrder)
sortOrder
- Direction of sorting or null
to disable this parameter
void setStartIndex(<Number|String|Null> startIndex)
startIndex
- 1-based index of the first result to be retrieved or an equivalent string value or null
to disable this parameter
void setUpdatedMax(<google.gdata.DateTime|String|Null> updatedMax)
updatedMax
- Maximum updated date or an equivalent string value or null
to disable this parameter
void setUpdatedMin(<google.gdata.DateTime|String|Null> updatedMin)
updatedMin
- Minimum updated date or an equivalent string value or null
to disable this parameter
|
GData JavaScript Client 1.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |