Uses of Class
org.springframework.social.google.api.calendar.Event
-
Packages that use Event Package Description org.springframework.social.google.api.calendar Spring Social's Service APIs for Google Calendar.org.springframework.social.google.api.calendar.impl -
-
Uses of Event in org.springframework.social.google.api.calendar
Methods in org.springframework.social.google.api.calendar that return Event Modifier and Type Method Description EventCalendarOperations. getEvent(String calendarId, String eventId)Fetch an event from the specified calendar.EventCalendarOperations. quickAddEvent(String calendarId, String specification, boolean sendNotifications)Create a new event in the specified calendar, based on the specification text.EventEvent. setGuestsCanInviteOthers(Boolean guestsCanInviteOthers)Sets whether attendees other than the organizer can invite others to the event.EventEvent. setGuestsCanSeeOtherGuests(Boolean guestsCanSeeOtherGuests)Sets whether attendees other than the organizer can see who the event's attendees are.EventEvent. setLocation(String location)Sets the location of this event.EventEvent. setRecurrence(List<String> list)Replaces the list of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event.EventEvent. setStatus(EventStatus status)Sets the status of this event.EventEvent. setSummary(String summary)Sets the title of this event.Methods in org.springframework.social.google.api.calendar with parameters of type Event Modifier and Type Method Description voidCalendarOperations. updateEvent(String calendarId, Event event, boolean sendNotifications)Update an existing event. -
Uses of Event in org.springframework.social.google.api.calendar.impl
Methods in org.springframework.social.google.api.calendar.impl that return Event Modifier and Type Method Description EventCalendarTemplate. getEvent(String calendarId, String eventId)EventCalendarTemplate. quickAddEvent(String calendarId, String specification, boolean sendNotifications)Methods in org.springframework.social.google.api.calendar.impl with parameters of type Event Modifier and Type Method Description voidCalendarTemplate. updateEvent(String calendarId, Event event, boolean sendNotifications)
-