| java.lang.Object | |||||
| ↳ | com.google.gdata.data.AbstractExtension | ||||
| ↳ | com.google.gdata.data.ExtensionPoint | ||||
| ↳ | com.google.gdata.data.BaseEntry<E extends com.google.gdata.data.BaseEntry> | ||||
| ↳ | com.google.gdata.data.extensions.BaseEventEntry<E extends com.google.gdata.data.extensions.BaseEventEntry<E>> | ||||
| ↳ | com.google.gdata.data.calendar.CalendarEventEntry | ||||
This extends the EventEntry class for event entries in Google Calendars,
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.BaseEntry
| |||||||||||
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new
CalendarEventEntry instance . | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Add a new extended property (gd:extendedProperty)
| |||||||||||
Adds a new event participant.
| |||||||||||
Declares the set of expected Extension types for an ExtensionPoint within
the target extension profile.
| |||||||||||
Returns extended properties (gd:extendedProperty)
| |||||||||||
Returns the Ical UID(RFC 2445) of the event if it exists otherwise returns
null.
| |||||||||||
Returns the list of event participants.
| |||||||||||
if gd:content contains quickadd info
| |||||||||||
Whether to send event notifications or not.
| |||||||||||
Returns the sequence number of the event or 0 if not set.
| |||||||||||
Get the web content for this entry (may return null).
| |||||||||||
Retrieves the web content link
| |||||||||||
Returns whether a sequence number is present.
| |||||||||||
Whether this is a private copy of the event.
| |||||||||||
If the event needs to be synced i.e., the Ical UID and Sequence number
need to be honored.
| |||||||||||
Sets the Ical UID(RFC 2445) of the event.
| |||||||||||
Set whether this is a private copy of the event.
| |||||||||||
set whether gd:content is quickadd info
This will only effects Insert semantics.
| |||||||||||
Sets whether event notifications are to be sent to the other participants
or not.
| |||||||||||
Sets the sequence number of the event.
| |||||||||||
Set whether the event needs to be synced i.e., the Ical UID and Sequence
number need to be honored.
| |||||||||||
Set the web content for this entry
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.extensions.BaseEventEntry
| |||||||||||
From class
com.google.gdata.data.BaseEntry
| |||||||||||
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.Extension
| |||||||||||
From interface
com.google.gdata.data.IAtom
| |||||||||||
From interface
com.google.gdata.data.IEntry
| |||||||||||
From interface
com.google.gdata.data.Kind.Adaptable
| |||||||||||
From interface
com.google.gdata.data.Kind.Adaptor
| |||||||||||
Constructs a new CalendarEventEntry instance .
Add a new extended property (gd:extendedProperty)
| prop |
|---|
Adds a new event participant.
| participant |
|---|
Declares the set of expected Extension types for an ExtensionPoint within the target extension profile. The base implementation does not declare any extensions, but can be overridden by specific types of ExtensionPoints that always contain a well-defined set of extensions.
| extProfile | The ExtensionProfile to initialize. |
|---|
Returns extended properties (gd:extendedProperty)
Returns the Ical UID(RFC 2445) of the event if it exists otherwise returns null.
if gd:content contains quickadd info
Whether to send event notifications or not. Default is to not send notifications to the other participants.
Returns the sequence number of the event or 0 if not set.
Get the web content for this entry (may return null). Changes made to the WebContent object returned by this method will be reflected in this CalendarEventEntry.
Returns whether a sequence number is present.
Whether this is a private copy of the event.
If the event needs to be synced i.e., the Ical UID and Sequence number need to be honored.
| anyoneCanAddSelf |
|---|
| guestsCanInviteOthers |
|---|
| guestsCanModify |
|---|
| guestsCanSeeGuests |
|---|
Sets the Ical UID(RFC 2445) of the event. Note: Setting uid to null deletes the value.
| uid |
|---|
Set whether this is a private copy of the event.
| privateCopy |
|---|
set whether gd:content is quickadd info This will only effects Insert semantics. QuickAddProperty should never appear in GData query result Not all GData services that expose EventEntry data format may support quickadd
| quickAdd |
|---|
Sets whether event notifications are to be sent to the other participants or not.
| send |
|---|
Sets the sequence number of the event.
| sequence |
|---|
Set whether the event needs to be synced i.e., the Ical UID and Sequence number need to be honored.
| syncEvent |
|---|