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 |
google.gdata.calendar.AllowGSyncProperty|undefined
|
getAllowGSync()
Returns the whether the user is permitted to use Google Apps Sync.
|
google.gdata.calendar.AllowGSync2Property|undefined
|
getAllowGSync2()
Returns the whether the user is permitted to use Google Apps Sync.
|
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.
|
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
|
setAllowGSync(<google.gdata.calendar.AllowGSyncProperty|Object|undefined> allowGSync)
Sets the whether the user is permitted to use Google Apps Sync.
|
void
|
setAllowGSync2(<google.gdata.calendar.AllowGSync2Property|Object|undefined> allowGSync2)
Sets the whether the user is permitted to use Google Apps Sync.
|
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 |
getEtag, setEtag, getItemsPerPage, setItemsPerPage, getStartIndex, setStartIndex, getTotalResults, setTotalResults, getEntryPostLink, getFeedLink, getHtmlLink, getSelfLink, getLink, insertEntry, getSelf
|
Methods inherited from class google.gdata.atom.Feed |
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
|
$allowGSync2Class_
Object $allowGSync2Class_
$allowGSyncClass_
Object $allowGSyncClass_
$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: allowGSync, allowGSync2, authors, categories, contributors, entries, etag, generator, id, itemsPerPage, links, startIndex, subtitle, timeZone, timesCleaned, title, totalResults, and updated.
getAllowGSync
google.gdata.calendar.AllowGSyncProperty|undefined getAllowGSync()
Returns the whether the user is permitted to use Google Apps Sync. This
element is optional.
Returns:
Whether the user is permitted to use Google Apps Sync or undefined for none.
getAllowGSync2
google.gdata.calendar.AllowGSync2Property|undefined getAllowGSync2()
Returns the whether the user is permitted to use Google Apps Sync. This
element is optional.
Returns:
Whether the user is permitted to use Google Apps Sync or undefined for none.
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.
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.
setAllowGSync
void setAllowGSync(<google.gdata.calendar.AllowGSyncProperty|Object|undefined> allowGSync)
Sets the whether the user is permitted to use Google Apps Sync. This element
is optional.
Parameters:
allowGSync
- Whether the user is permitted to use Google Apps Sync, or object to use as a parameter to the google.gdata.calendar.AllowGSyncProperty constructor, or undefined for none.
setAllowGSync2
void setAllowGSync2(<google.gdata.calendar.AllowGSync2Property|Object|undefined> allowGSync2)
Sets the whether the user is permitted to use Google Apps Sync. This element
is optional.
Parameters:
allowGSync2
- Whether the user is permitted to use Google Apps Sync, or object to use as a parameter to the google.gdata.calendar.AllowGSync2Property constructor, 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 Tue Sep 22 18:28:55 2009