Calendar API v3 (revision 30)



Uses of Class
com.google.api.services.calendar.model.Event.Reminders

Packages that use Event.Reminders
com.google.api.services.calendar.model   
 

Uses of Event.Reminders in com.google.api.services.calendar.model
 

Methods in com.google.api.services.calendar.model that return Event.Reminders
 Event.Reminders Event.getReminders()
          Information about the event's reminders for the authenticated user.
 Event.Reminders Event.Reminders.setOverrides(java.util.List<EventReminder> overrides)
          If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.
 Event.Reminders Event.Reminders.setUseDefault(java.lang.Boolean useDefault)
          Whether the default reminders of the calendar apply to the event.
 

Methods in com.google.api.services.calendar.model with parameters of type Event.Reminders
 Event Event.setReminders(Event.Reminders reminders)
          Information about the event's reminders for the authenticated user.