|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.services.calendar.model.Event
public final class Event
Model definition for Calendar.Event. This class models an object which will be transmitted to or from the Calendar service. To reduce the data transferred during service requests, you may remove members that contain data elements that your application does not need. For a detailed explanation, see: http://code.google.com/p/google-api-java-client/wiki/Json
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Field Summary |
|---|
| Fields inherited from class com.google.api.client.json.GenericJson |
|---|
jsonFactory |
| Constructor Summary | |
|---|---|
Event()
|
|
| Method Summary | |
|---|---|
Boolean |
getAnyoneCanAddSelf()
Whether anyone can invite themselves to the event. |
List<EventAttendee> |
getAttendees()
The attendees of the event. |
Boolean |
getAttendeesOmitted()
Whether attendees have been omitted from the event's representation. |
String |
getColorId()
The color of the event. |
com.google.api.client.util.DateTime |
getCreated()
Creation time of the event (as a RFC 3339 timestamp). |
EventCreator |
getCreator()
The creator of the event. |
String |
getDescription()
Description of the event. |
EventDateTime |
getEnd()
The end time of the event. |
String |
getEtag()
ETag of the resource. |
EventExtendedProperties |
getExtendedProperties()
Extended properties of the event. |
EventGadget |
getGadget()
A gadget that extends this event. |
Boolean |
getGuestsCanInviteOthers()
Whether attendees other than the organizer can invite others to the event. |
Boolean |
getGuestsCanModify()
Whether attendees other than the organizer can modify the event. |
Boolean |
getGuestsCanSeeOtherGuests()
Whether attendees other than the organizer can see who the event's attendees are. |
String |
getHtmlLink()
An absolute link to this event in the Google Calendar Web UI. |
String |
getICalUID()
Event ID in the iCalendar format. |
String |
getId()
Identifier of the event. |
String |
getKind()
Type of the resource ("calendar#event"). |
String |
getLocation()
Geographic location of the event as free-form text. |
EventOrganizer |
getOrganizer()
The organizer of the event. |
EventDateTime |
getOriginalStartTime()
For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. |
Boolean |
getPrivateCopy()
Whether this is a private event copy where changes are not shared with other copies on other calendars. |
List<String> |
getRecurrence()
List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. |
String |
getRecurringEventId()
For an instance of a recurring event, this is the event ID of the recurring event itself. |
EventReminders |
getReminders()
Information about the event's reminders for the authenticated user. |
com.google.api.client.http.HttpHeaders |
getResponseHeaders()
Returns the HTTP headers that were returned with the server response, or null. |
Integer |
getSequence()
Sequence number as per iCalendar. |
EventDateTime |
getStart()
The start time of the event. |
String |
getStatus()
Status of the event. |
String |
getSummary()
Title of the event. |
String |
getTransparency()
Whether the event blocks time on the calendar. |
com.google.api.client.util.DateTime |
getUpdated()
Last modification time of the event (as a RFC 3339 timestamp). |
String |
getVisibility()
Visibility of the event. |
Event |
setAnyoneCanAddSelf(Boolean anyoneCanAddSelf)
Whether anyone can invite themselves to the event. |
Event |
setAttendees(List<EventAttendee> attendees)
The attendees of the event. |
Event |
setAttendeesOmitted(Boolean attendeesOmitted)
Whether attendees have been omitted from the event's representation. |
Event |
setColorId(String colorId)
The color of the event. |
Event |
setCreated(com.google.api.client.util.DateTime created)
Creation time of the event (as a RFC 3339 timestamp). |
Event |
setCreator(EventCreator creator)
The creator of the event. |
Event |
setDescription(String description)
Description of the event. |
Event |
setEnd(EventDateTime end)
The end time of the event. |
Event |
setEtag(String etag)
ETag of the resource. |
Event |
setExtendedProperties(EventExtendedProperties extendedProperties)
Extended properties of the event. |
Event |
setGadget(EventGadget gadget)
A gadget that extends this event. |
Event |
setGuestsCanInviteOthers(Boolean guestsCanInviteOthers)
Whether attendees other than the organizer can invite others to the event. |
Event |
setGuestsCanModify(Boolean guestsCanModify)
Whether attendees other than the organizer can modify the event. |
Event |
setGuestsCanSeeOtherGuests(Boolean guestsCanSeeOtherGuests)
Whether attendees other than the organizer can see who the event's attendees are. |
Event |
setHtmlLink(String htmlLink)
An absolute link to this event in the Google Calendar Web UI. |
Event |
setICalUID(String iCalUID)
Event ID in the iCalendar format. |
Event |
setId(String id)
Identifier of the event. |
Event |
setKind(String kind)
Type of the resource ("calendar#event"). |
Event |
setLocation(String location)
Geographic location of the event as free-form text. |
Event |
setOrganizer(EventOrganizer organizer)
The organizer of the event. |
Event |
setOriginalStartTime(EventDateTime originalStartTime)
For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. |
Event |
setPrivateCopy(Boolean privateCopy)
Whether this is a private event copy where changes are not shared with other copies on other calendars. |
Event |
setRecurrence(List<String> recurrence)
List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. |
Event |
setRecurringEventId(String recurringEventId)
For an instance of a recurring event, this is the event ID of the recurring event itself. |
Event |
setReminders(EventReminders reminders)
Information about the event's reminders for the authenticated user. |
void |
setResponseHeaders(com.google.api.client.http.HttpHeaders responseHeaders)
Sets the HTTP headers returned with the server response, or null. |
Event |
setSequence(Integer sequence)
Sequence number as per iCalendar. |
Event |
setStart(EventDateTime start)
The start time of the event. |
Event |
setStatus(String status)
Status of the event. |
Event |
setSummary(String summary)
Title of the event. |
Event |
setTransparency(String transparency)
Whether the event blocks time on the calendar. |
Event |
setUpdated(com.google.api.client.util.DateTime updated)
Last modification time of the event (as a RFC 3339 timestamp). |
Event |
setVisibility(String visibility)
Visibility of the event. |
| Methods inherited from class com.google.api.client.json.GenericJson |
|---|
clone, getFactory, setFactory, toPrettyString, toString |
| Methods inherited from class com.google.api.client.util.GenericData |
|---|
entrySet, get, getUnknownKeys, put, putAll, remove, set, setUnknownKeys |
| Methods inherited from class java.util.AbstractMap |
|---|
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Event()
| Method Detail |
|---|
public EventCreator getCreator()
public Event setCreator(EventCreator creator)
public EventOrganizer getOrganizer()
public Event setOrganizer(EventOrganizer organizer)
public String getId()
public Event setId(String id)
public List<EventAttendee> getAttendees()
public Event setAttendees(List<EventAttendee> attendees)
public String getHtmlLink()
public Event setHtmlLink(String htmlLink)
public List<String> getRecurrence()
public Event setRecurrence(List<String> recurrence)
public EventDateTime getStart()
public Event setStart(EventDateTime start)
public String getEtag()
public Event setEtag(String etag)
public String getLocation()
public Event setLocation(String location)
public String getRecurringEventId()
public Event setRecurringEventId(String recurringEventId)
public EventDateTime getOriginalStartTime()
public Event setOriginalStartTime(EventDateTime originalStartTime)
public String getStatus()
public Event setStatus(String status)
public com.google.api.client.util.DateTime getUpdated()
public Event setUpdated(com.google.api.client.util.DateTime updated)
public EventGadget getGadget()
public Event setGadget(EventGadget gadget)
public String getDescription()
public Event setDescription(String description)
public String getICalUID()
public Event setICalUID(String iCalUID)
public EventExtendedProperties getExtendedProperties()
public Event setExtendedProperties(EventExtendedProperties extendedProperties)
public Integer getSequence()
public Event setSequence(Integer sequence)
public String getVisibility()
public Event setVisibility(String visibility)
public Boolean getGuestsCanModify()
public Event setGuestsCanModify(Boolean guestsCanModify)
public EventDateTime getEnd()
public Event setEnd(EventDateTime end)
public Boolean getAttendeesOmitted()
public Event setAttendeesOmitted(Boolean attendeesOmitted)
public String getKind()
public Event setKind(String kind)
public com.google.api.client.util.DateTime getCreated()
public Event setCreated(com.google.api.client.util.DateTime created)
public String getColorId()
public Event setColorId(String colorId)
public Boolean getAnyoneCanAddSelf()
public Event setAnyoneCanAddSelf(Boolean anyoneCanAddSelf)
public EventReminders getReminders()
public Event setReminders(EventReminders reminders)
public Boolean getGuestsCanSeeOtherGuests()
public Event setGuestsCanSeeOtherGuests(Boolean guestsCanSeeOtherGuests)
public String getSummary()
public Event setSummary(String summary)
public Boolean getGuestsCanInviteOthers()
public Event setGuestsCanInviteOthers(Boolean guestsCanInviteOthers)
public String getTransparency()
public Event setTransparency(String transparency)
public Boolean getPrivateCopy()
public Event setPrivateCopy(Boolean privateCopy)
public void setResponseHeaders(com.google.api.client.http.HttpHeaders responseHeaders)
null.
This member should only be non-null if this object was the top level element of a response. For
example, a request that returns a single Event would include the response headers, while a
request which returns an array of Event, would have a non-null response header in the enclosing
object only.
public com.google.api.client.http.HttpHeaders getResponseHeaders()
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||