|
GData JavaScript Client 1.3 | ||||||||
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 |
$commentsClass_
|
Object |
$linksClass_
|
Object |
$participantsClass_
|
Object |
$recurrenceExceptionClass_
|
Fields inherited from class google.gdata.EventEntry |
$commentsClass_, $participantsClass_, $recurrenceExceptionClass_
|
Fields inherited from class google.gdata.Entry |
$controlClass_
|
Fields inherited from class google.gdata.atom.Entry |
$authorsClass_, $categoriesClass_, $contributorsClass_, $linksClass_, 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.ExtendedProperty|Object> extendedProperty)
Adds a new extended property. |
Array.<google.gdata.ExtendedProperty>
|
getExtendedProperties()
Returns the extended properties. |
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. |
google.gdata.calendar.QuickAddProperty|undefined
|
getQuickAdd()
Returns the quick-add property. |
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. |
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 |
getControl, setControl, getEdited, setEdited, getEditLink, getSelfLink, getLink, getSelf, updateEntry, deleteEntry
|
Methods inherited from class google.gdata.atom.Entry |
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 $commentsClass_
Object $linksClass_
Object $participantsClass_
Object $recurrenceExceptionClass_
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
Array.<google.gdata.ExtendedProperty> getExtendedProperties()
google.gdata.calendar.CalendarLink|undefined getHtmlLink()
google.gdata.calendar.QuickAddProperty|undefined getQuickAdd()
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()
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.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |