public class JsonGoogleCalendarEvent
extends java.lang.Object
GoogleCalendarHookService.| Modifier and Type | Field and Description |
|---|---|
java.util.Set<com.google.gdata.data.Category> |
category
A
Set of Categorys describing the event if specified. |
java.lang.String |
description
A short description to the event as
String if specified. |
com.google.gdata.data.DateTime |
endTime
The
DateTime the event ends. |
java.lang.String |
httpLink
An hyperlink as
String which leads, opened within a web browser, to the event. |
java.lang.String |
location
The location where the event takes place as
String if specified. |
java.lang.String |
name
The events name as
String. |
com.google.gdata.data.DateTime |
startTime
The
DateTime the event starts. |
| Constructor and Description |
|---|
JsonGoogleCalendarEvent()
Public default constructor to create instances of this class.
|
public java.lang.String name
String.public java.lang.String description
String if specified.public java.lang.String location
String if specified.public java.util.Set<com.google.gdata.data.Category> category
Set of Categorys describing the event if specified.public java.lang.String httpLink
String which leads, opened within a web browser, to the event.public com.google.gdata.data.DateTime startTime
DateTime the event starts.public com.google.gdata.data.DateTime endTime
DateTime the event ends.