|
GData JavaScript Client 1.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.Entry | +--google.gdata.EventEntry | +--google.gdata.calendar.CalendarEventEntry
Describes a Calendar event entry.
Defined in gdata.js
Fields inherited from class google.gdata.Entry |
author, category, content, contributor, id, link, published, 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.ExtendedProperty|Object> extendedProperty)
Adds a new extended property. |
Function
|
getCommentsClass()
Returns the class to use for representing gd:comments. |
Array.<google.gdata.ExtendedProperty>
|
getExtendedProperties()
Returns the extended properties. |
google.gdata.calendar.CalendarLink|Undefined
|
getHtmlLink()
Returns the html link. |
Object
|
getLinkClass()
Returns the class to use for representing atom:link. |
google.gdata.calendar.QuickAddProperty|Undefined
|
getQuickAdd()
Returns the quick-add property. |
Function
|
getRecurrenceExceptionClass()
Returns the class to use for representing gd:recurrenceException. |
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 web content link. |
Function
|
getWhoClass()
Returns the class to use for representing gd:who. |
void
|
removeWebContent()
Removes any existing web content. |
void
|
setExtendedProperties(<Array.<google.gdata.ExtendedProperty>|Array.<Object>|Undefined> extendedProperties)
Sets the extended properties. |
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 |
getAuthors, setAuthors, addAuthor, getCategories, setCategories, addCategory, getContent, setContent, getContributors, setContributors, addContributor, getControl, setControl, getId, setId, getLinks, setLinks, addLink, getPublished, setPublished, getSummary, setSummary, getTitle, setTitle, getUpdated, setUpdated, getEditLink, getSelfLink, getLink, getSelf, updateEntry, deleteEntry
|
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: authors, categories, comments, content, contributors, eventStatus, extendedProperties, id, links, locations, originalEvent, participants, published, quickAdd, recurrence, recurrenceException, reminders, sendEventNotifications, sequence, summary, syncEvent, times, title, transparency, uid, updated, and visibility
Method Detail |
void addExtendedProperty(<google.gdata.ExtendedProperty|Object> extendedProperty)
extendedProperty
- Extended property to add, or object to use as a parameter to the google.gdata.ExtendedProperty constructor
Function getCommentsClass()
Array.<google.gdata.ExtendedProperty> getExtendedProperties()
google.gdata.calendar.CalendarLink|Undefined getHtmlLink()
Object getLinkClass()
google.gdata.calendar.QuickAddProperty|Undefined getQuickAdd()
Function 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()
Function getWhoClass()
void removeWebContent()
void setExtendedProperties(<Array.<google.gdata.ExtendedProperty>|Array.<Object>|Undefined> extendedProperties)
extendedProperties
- Extended properties, where each extended property is added using the addExtendedProperty() function, or undefined to clear the extended properties
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.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |