Package | Description |
---|---|
com.google.api.services.calendar.model |
Modifier and Type | Method and Description |
---|---|
EventDateTime |
EventDateTime.clone() |
EventDateTime |
Event.getEnd()
The (exclusive) end time of the event.
|
EventDateTime |
Event.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.
|
EventDateTime |
Event.getStart()
The (inclusive) start time of the event.
|
EventDateTime |
EventDateTime.set(java.lang.String fieldName,
java.lang.Object value) |
EventDateTime |
EventDateTime.setDate(com.google.api.client.util.DateTime date)
The date, in the format "yyyy-mm-dd", if this is an all-day event.
|
EventDateTime |
EventDateTime.setDateTime(com.google.api.client.util.DateTime dateTime)
The time, as a combined date-time value (formatted according to RFC 3339).
|
EventDateTime |
EventDateTime.setTimeZone(java.lang.String timeZone)
The time zone in which the time is specified.
|
Modifier and Type | Method and Description |
---|---|
Event |
Event.setEnd(EventDateTime end)
The (exclusive) end time of the event.
|
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 |
Event.setStart(EventDateTime start)
The (inclusive) start time of the event.
|