Uses of Class
org.springframework.social.google.api.calendar.Event.DateTimeTimezone
-
Packages that use Event.DateTimeTimezone Package Description org.springframework.social.google.api.calendar Spring Social's Service APIs for Google Calendar. -
-
Uses of Event.DateTimeTimezone in org.springframework.social.google.api.calendar
Methods in org.springframework.social.google.api.calendar that return Event.DateTimeTimezone Modifier and Type Method Description Event.DateTimeTimezoneEvent. getEnd()The (exclusive) end time of this event.Event.DateTimeTimezoneEvent. getOriginalStartTime()For an instance of a recurring event, return the time at which this event would start according to the recurrence data in the recurring event identified byEvent.recurringEventId.Event.DateTimeTimezoneEvent. getStart()The (inclusive) start time of this event.Event.DateTimeTimezoneEvent.DateTimeTimezone. setDate(Date date)Set the date to make this an all-day event.Event.DateTimeTimezoneEvent.DateTimeTimezone. setDateTime(Date dateTime)Set the time, to make this not an all-day event.Event.DateTimeTimezoneEvent.DateTimeTimezone. setTimeZone(TimeZone timeZone)Set the time zone in which the time is specified (e.g.
-