Class google.gdata.calendar.CalendarEventFeed
Object
|
+--google.gdata.atom.Feed
|
+--google.gdata.Feed
|
+--google.gdata.EventFeed
|
+--google.gdata.calendar.CalendarEventFeed
- class
google.gdata.calendar.CalendarEventFeed
- extends google.gdata.EventFeed
Describes a Calendar event feed.
Defined in gdata.js
Fields inherited from class google.gdata.atom.Feed |
$authorsClass_, $categoriesClass_, $contributorsClass_, $entriesClass_, $generatorClass_, $idClass_, $linksClass_, $logoClass_, $rightsClass_, $subtitleClass_, $titleClass_, $updatedClass_, author, category, contributor, entry, generator, id, link, logo, rights, subtitle, title, updated, xmlns
|
Constructor Summary |
google.gdata.calendar.CalendarEventFeed(<Object> opt_params)
Constructs a Calendar event feed using an object parameter whose property
names match the setter method to use for each property.
|
Method Summary |
Object
|
getEntryClass()
|
google.gdata.calendar.CalendarLink|undefined
|
getFeedBatchLink()
Returns the link that provides the URI that can be used to batch operations
to query, insert, update and delete entries on this feed.
|
Object
|
getLinkClass()
|
google.gdata.calendar.CalendarLink|undefined
|
getNextLink()
Returns the link that provides the URI of next page in a paged feed.
|
google.gdata.calendar.CalendarLink|undefined
|
getPreviousLink()
Returns the link that provides the URI of previous page in a paged feed.
|
google.gdata.calendar.TimesCleanedProperty|undefined
|
getTimesCleaned()
Returns the times cleaned property.
|
google.gdata.calendar.TimeZoneProperty|undefined
|
getTimeZone()
Returns the time zone.
|
void
|
setTimesCleaned(<google.gdata.calendar.TimesCleanedProperty|Object|undefined> timesCleaned)
Sets the times cleaned property.
|
void
|
setTimeZone(<google.gdata.calendar.TimeZoneProperty|Object|undefined> timeZone)
Sets the time zone.
|
Methods inherited from class google.gdata.Feed |
getItemsPerPage, setItemsPerPage, getStartIndex, setStartIndex, getTotalResults, setTotalResults, getEntryPostLink, getFeedLink, getHtmlLink, getSelfLink, getLink, insertEntry, getSelf
|
Methods inherited from class google.gdata.atom.Feed |
getSubTitle, setSubTitle, getCategoryClass, getAuthors, setAuthors, addAuthor, getBase, setBase, getCategories, setCategories, addCategory, getContributors, setContributors, addContributor, getEntries, setEntries, addEntry, getGenerator, setGenerator, getId, setId, getLinks, setLinks, addLink, getLogo, setLogo, getRights, setRights, getSubtitle, setSubtitle, getTitle, setTitle, getUpdated, setUpdated
|
$entriesClass_
Object $entriesClass_
$linksClass_
Object $linksClass_
$timesCleanedClass_
Object $timesCleanedClass_
$timeZoneClass_
Object $timeZoneClass_
google.gdata.calendar.CalendarEventFeed
google.gdata.calendar.CalendarEventFeed(<Object> opt_params)
Constructs a Calendar event feed using an object parameter whose property
names match the setter method to use for each property.
Parameters:
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: authors, categories, contributors, entries, generator, id, itemsPerPage, links, startIndex, subtitle, timeZone, timesCleaned, title, totalResults, and updated.
getEntryClass
Object getEntryClass()
getFeedBatchLink
google.gdata.calendar.CalendarLink|undefined getFeedBatchLink()
Returns the link that provides the URI that can be used to batch operations
to query, insert, update and delete entries on this feed.
Returns:
Link that provides the URI that can be used to batch operations to query, insert, update and delete entries on this feed or undefined for none.
getLinkClass
Object getLinkClass()
getNextLink
google.gdata.calendar.CalendarLink|undefined getNextLink()
Returns the link that provides the URI of next page in a paged feed.
Returns:
Link that provides the URI of next page in a paged feed or undefined for none.
getPreviousLink
google.gdata.calendar.CalendarLink|undefined getPreviousLink()
Returns the link that provides the URI of previous page in a paged feed.
Returns:
Link that provides the URI of previous page in a paged feed or undefined for none.
getTimesCleaned
google.gdata.calendar.TimesCleanedProperty|undefined getTimesCleaned()
Returns the times cleaned property. This element is optional.
Returns:
Times cleaned property or undefined for none.
getTimeZone
google.gdata.calendar.TimeZoneProperty|undefined getTimeZone()
Returns the time zone. This element is required.
Returns:
Time zone or undefined for none.
setTimesCleaned
void setTimesCleaned(<google.gdata.calendar.TimesCleanedProperty|Object|undefined> timesCleaned)
Sets the times cleaned property. This element is optional.
setTimeZone
void setTimeZone(<google.gdata.calendar.TimeZoneProperty|Object|undefined> timeZone)
Sets the time zone. This element is required.
Documentation generated by
JSDoc on Mon Mar 30 15:50:55 2009