|
GData JavaScript Client 1.9 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.atom.Entry | +--google.gdata.Entry | +--google.gdata.EventEntry | +--google.gdata.calendar.CalendarEventEntry
Describes a Calendar event entry.
Defined in gdata.js
Field Summary | |
Object |
$anyoneCanAddSelfClass_
|
Object |
$commentsClass_
|
Object |
$extendedPropertiesClass_
|
Object |
$geoLocationClass_
|
Object |
$guestsCanInviteOthersClass_
|
Object |
$guestsCanModifyClass_
|
Object |
$guestsCanSeeGuestsClass_
|
Object |
$linksClass_
|
Object |
$participantsClass_
|
Object |
$privateCopyClass_
|
Object |
$quickAddClass_
|
Object |
$recurrenceExceptionClass_
|
Object |
$sendEventNotificationsClass_
|
Object |
$sequenceClass_
|
Object |
$syncEventClass_
|
Object |
$uidClass_
|
Fields inherited from class google.gdata.Entry |
$controlClass_, $editedClass_
|
Fields inherited from class google.gdata.atom.Entry |
$authorsClass_, $categoriesClass_, $contentClass_, $contributorsClass_, $idClass_, $linksClass_, $publishedClass_, $rightsClass_, $summaryClass_, $titleClass_, $updatedClass_, author, category, content, contributor, id, link, published, rights, summary, title, updated, xmlns
|
Constructor Summary | |
google.gdata.calendar.CalendarEventEntry(<Object> opt_params)
Constructs a Calendar event entry using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
void
|
addExtendedProperty(<google.gdata.calendar.CalendarExtendedProperty|Object> extendedProperty)
Adds a new calendar extended property. |
google.gdata.calendar.AnyoneCanAddSelfProperty|undefined
|
getAnyoneCanAddSelf()
Returns the anyone can add self property. |
Object
|
getCommentsClass()
|
Array.<google.gdata.calendar.CalendarExtendedProperty>
|
getExtendedProperties()
Returns the calendar extended properties. |
google.gdata.geo.GeoRssWhere|undefined
|
getGeoLocation()
Returns the geolocation as a georss:where. |
google.gdata.calendar.GuestsCanInviteOthersProperty|undefined
|
getGuestsCanInviteOthers()
Returns the guests can invite others property. |
google.gdata.calendar.GuestsCanModifyProperty|undefined
|
getGuestsCanModify()
Returns the guests can modify property. |
google.gdata.calendar.GuestsCanSeeGuestsProperty|undefined
|
getGuestsCanSeeGuests()
Returns the guests can see guests property. |
google.gdata.calendar.CalendarLink|undefined
|
getHtmlLink()
Returns the link that provides the URI of an alternate format of the entry's or feed's contents. |
Object
|
getLinkClass()
|
google.gdata.calendar.PrivateCopyProperty|undefined
|
getPrivateCopy()
Returns the private copy property. |
google.gdata.calendar.QuickAddProperty|undefined
|
getQuickAdd()
Returns the quick-add property. |
Object
|
getRecurrenceExceptionClass()
|
google.gdata.calendar.SendEventNotificationsProperty|undefined
|
getSendEventNotifications()
Returns the send event notifications property. |
google.gdata.calendar.SequenceNumberProperty|undefined
|
getSequence()
Returns the sequence number property. |
google.gdata.calendar.SyncEventProperty|undefined
|
getSyncEvent()
Returns the sync event property. |
google.gdata.calendar.IcalUIDProperty|undefined
|
getUid()
Returns the ical export UID property. |
google.gdata.calendar.WebContent|Undefined
|
getWebContent()
Returns the web content. |
google.gdata.calendar.CalendarLink|undefined
|
getWebContentLink()
Returns the link that provides the URI of the web content. |
Object
|
getWhoClass()
|
void
|
removeWebContent()
Removes any existing web content. |
void
|
setAnyoneCanAddSelf(<google.gdata.calendar.AnyoneCanAddSelfProperty|Object|undefined> anyoneCanAddSelf)
Sets the anyone can add self property. |
void
|
setExtendedProperties(<Array.<google.gdata.calendar.CalendarExtendedProperty>|Array.<Object>|undefined> extendedProperties)
Sets the calendar extended properties. |
void
|
setGeoLocation(<google.gdata.geo.GeoRssWhere|Object|undefined> geoLocation)
Sets the geolocation as a georss:where. |
void
|
setGuestsCanInviteOthers(<google.gdata.calendar.GuestsCanInviteOthersProperty|Object|undefined> guestsCanInviteOthers)
Sets the guests can invite others property. |
void
|
setGuestsCanModify(<google.gdata.calendar.GuestsCanModifyProperty|Object|undefined> guestsCanModify)
Sets the guests can modify property. |
void
|
setGuestsCanSeeGuests(<google.gdata.calendar.GuestsCanSeeGuestsProperty|Object|undefined> guestsCanSeeGuests)
Sets the guests can see guests property. |
void
|
setPrivateCopy(<google.gdata.calendar.PrivateCopyProperty|Object|undefined> privateCopy)
Sets the private copy property. |
void
|
setQuickAdd(<google.gdata.calendar.QuickAddProperty|Object|undefined> quickAdd)
Sets the quick-add property. |
void
|
setSendEventNotifications(<google.gdata.calendar.SendEventNotificationsProperty|Object|undefined> sendEventNotifications)
Sets the send event notifications property. |
void
|
setSequence(<google.gdata.calendar.SequenceNumberProperty|Object|undefined> sequence)
Sets the sequence number property. |
void
|
setSyncEvent(<google.gdata.calendar.SyncEventProperty|Object|undefined> syncEvent)
Sets the sync event property. |
void
|
setUid(<google.gdata.calendar.IcalUIDProperty|Object|undefined> uid)
Sets the ical export UID property. |
void
|
setWebContentLink(<google.gdata.calendar.CalendarLink> webContentLink)
Sets the link that provides the URI of the web content. |
Methods inherited from class google.gdata.Entry |
getControl, setControl, getEdited, setEdited, getEditLink, getSelfLink, getLink, getSelf, updateEntry, deleteEntry, getControlClass
|
Methods inherited from class google.gdata.atom.Entry |
getCategoryClass, getAuthors, setAuthors, addAuthor, getCategories, setCategories, addCategory, getContent, setContent, getContributors, setContributors, addContributor, getId, setId, getLinks, setLinks, addLink, getPublished, setPublished, getRights, setRights, getSummary, setSummary, getTitle, setTitle, getUpdated, setUpdated
|
Field Detail |
Object $anyoneCanAddSelfClass_
Object $commentsClass_
Object $extendedPropertiesClass_
Object $geoLocationClass_
Object $guestsCanInviteOthersClass_
Object $guestsCanModifyClass_
Object $guestsCanSeeGuestsClass_
Object $linksClass_
Object $participantsClass_
Object $privateCopyClass_
Object $quickAddClass_
Object $recurrenceExceptionClass_
Object $sendEventNotificationsClass_
Object $sequenceClass_
Object $syncEventClass_
Object $uidClass_
Constructor Detail |
google.gdata.calendar.CalendarEventEntry(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: anyoneCanAddSelf, authors, categories, comments, content, contributors, eventStatus, extendedProperties, geoLocation, guestsCanInviteOthers, guestsCanModify, guestsCanSeeGuests, id, links, locations, originalEvent, participants, privateCopy, published, quickAdd, recurrence, recurrenceException, reminders, sendEventNotifications, sequence, summary, syncEvent, times, title, transparency, uid, updated, and visibility.
Method Detail |
void addExtendedProperty(<google.gdata.calendar.CalendarExtendedProperty|Object> extendedProperty)
extendedProperty
- Calendar extended property to add, or object to use as a parameter to the google.gdata.calendar.CalendarExtendedProperty constructor.
google.gdata.calendar.AnyoneCanAddSelfProperty|undefined getAnyoneCanAddSelf()
Object getCommentsClass()
Array.<google.gdata.calendar.CalendarExtendedProperty> getExtendedProperties()
google.gdata.geo.GeoRssWhere|undefined getGeoLocation()
google.gdata.calendar.GuestsCanInviteOthersProperty|undefined getGuestsCanInviteOthers()
google.gdata.calendar.GuestsCanModifyProperty|undefined getGuestsCanModify()
google.gdata.calendar.GuestsCanSeeGuestsProperty|undefined getGuestsCanSeeGuests()
google.gdata.calendar.CalendarLink|undefined getHtmlLink()
Object getLinkClass()
google.gdata.calendar.PrivateCopyProperty|undefined getPrivateCopy()
google.gdata.calendar.QuickAddProperty|undefined getQuickAdd()
Object getRecurrenceExceptionClass()
google.gdata.calendar.SendEventNotificationsProperty|undefined getSendEventNotifications()
google.gdata.calendar.SequenceNumberProperty|undefined getSequence()
google.gdata.calendar.SyncEventProperty|undefined getSyncEvent()
google.gdata.calendar.IcalUIDProperty|undefined getUid()
google.gdata.calendar.WebContent|Undefined getWebContent()
google.gdata.calendar.CalendarLink|undefined getWebContentLink()
Object getWhoClass()
void removeWebContent()
void setAnyoneCanAddSelf(<google.gdata.calendar.AnyoneCanAddSelfProperty|Object|undefined> anyoneCanAddSelf)
anyoneCanAddSelf
- Anyone can add self property, or object to use as a parameter to the google.gdata.calendar.AnyoneCanAddSelfProperty constructor, or undefined for none.
void setExtendedProperties(<Array.<google.gdata.calendar.CalendarExtendedProperty>|Array.<Object>|undefined> extendedProperties)
extendedProperties
- Calendar extended properties, where each calendar extended property is added using the addExtendedProperty() function, or undefined to clear the calendar extended properties.
void setGeoLocation(<google.gdata.geo.GeoRssWhere|Object|undefined> geoLocation)
geoLocation
- Geolocation as a georss:where, or object to use as a parameter to the google.gdata.geo.GeoRssWhere constructor, or undefined for none.
void setGuestsCanInviteOthers(<google.gdata.calendar.GuestsCanInviteOthersProperty|Object|undefined> guestsCanInviteOthers)
guestsCanInviteOthers
- Guests can invite others property, or object to use as a parameter to the google.gdata.calendar.GuestsCanInviteOthersProperty constructor, or undefined for none.
void setGuestsCanModify(<google.gdata.calendar.GuestsCanModifyProperty|Object|undefined> guestsCanModify)
guestsCanModify
- Guests can modify property, or object to use as a parameter to the google.gdata.calendar.GuestsCanModifyProperty constructor, or undefined for none.
void setGuestsCanSeeGuests(<google.gdata.calendar.GuestsCanSeeGuestsProperty|Object|undefined> guestsCanSeeGuests)
guestsCanSeeGuests
- Guests can see guests property, or object to use as a parameter to the google.gdata.calendar.GuestsCanSeeGuestsProperty constructor, or undefined for none.
void setPrivateCopy(<google.gdata.calendar.PrivateCopyProperty|Object|undefined> privateCopy)
privateCopy
- Private copy property, or object to use as a parameter to the google.gdata.calendar.PrivateCopyProperty constructor, or undefined for none.
void setQuickAdd(<google.gdata.calendar.QuickAddProperty|Object|undefined> quickAdd)
quickAdd
- Quick-add property, or object to use as a parameter to the google.gdata.calendar.QuickAddProperty constructor, or undefined for none.
void setSendEventNotifications(<google.gdata.calendar.SendEventNotificationsProperty|Object|undefined> sendEventNotifications)
sendEventNotifications
- Send event notifications property, or object to use as a parameter to the google.gdata.calendar.SendEventNotificationsProperty constructor, or undefined for none.
void setSequence(<google.gdata.calendar.SequenceNumberProperty|Object|undefined> sequence)
sequence
- Sequence number property, or object to use as a parameter to the google.gdata.calendar.SequenceNumberProperty constructor, or undefined for none.
void setSyncEvent(<google.gdata.calendar.SyncEventProperty|Object|undefined> syncEvent)
syncEvent
- Sync event property, or object to use as a parameter to the google.gdata.calendar.SyncEventProperty constructor, or undefined for none.
void setUid(<google.gdata.calendar.IcalUIDProperty|Object|undefined> uid)
uid
- Ical export UID property, or object to use as a parameter to the google.gdata.calendar.IcalUIDProperty constructor, or undefined for none.
void setWebContentLink(<google.gdata.calendar.CalendarLink> webContentLink)
webContentLink
- Link that provides the URI of the web content.
|
GData JavaScript Client 1.9 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |