Calendar API v3 (revision 30)



Uses of Class
com.google.api.services.calendar.model.EventDateTime

Packages that use EventDateTime
com.google.api.services.calendar.model   
 

Uses of EventDateTime in com.google.api.services.calendar.model
 

Methods in com.google.api.services.calendar.model that return EventDateTime
 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.setDate(DateTime date)
          The date, in the format "yyyy-mm-dd", if this is an all-day event.
 EventDateTime EventDateTime.setDateTime(DateTime dateTime)
          The time, as a combined date-time value (formatted according to RFC 3339).
 EventDateTime EventDateTime.setTimeZone(java.lang.String timeZone)
          The name of the time zone in which the time is specified (e.g.
 

Methods in com.google.api.services.calendar.model with parameters of type EventDateTime
 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.