Calendar API v3 (revision 30)



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

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

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

Methods in com.google.api.services.calendar.model that return FreeBusyCalendar
 FreeBusyCalendar FreeBusyCalendar.setBusy(java.util.List<TimePeriod> busy)
          List of time ranges during which this calendar should be regarded as busy.
 FreeBusyCalendar FreeBusyCalendar.setErrors(java.util.List<Error> errors)
          Optional error(s) (if computation for the calendar failed).
 

Methods in com.google.api.services.calendar.model that return types with arguments of type FreeBusyCalendar
 java.util.Map<java.lang.String,FreeBusyCalendar> FreeBusyResponse.getCalendars()
          List of free/busy information for calendars.
 

Method parameters in com.google.api.services.calendar.model with type arguments of type FreeBusyCalendar
 FreeBusyResponse FreeBusyResponse.setCalendars(java.util.Map<java.lang.String,FreeBusyCalendar> calendars)
          List of free/busy information for calendars.