Calendar API v3 (revision 30)



com.google.api.services.calendar
Class Calendar.Freebusy

java.lang.Object
  extended by com.google.api.services.calendar.Calendar.Freebusy
Enclosing class:
Calendar

public class Calendar.Freebusy
extends java.lang.Object

The "freebusy" collection of methods.


Nested Class Summary
 class Calendar.Freebusy.Query
           
 
Constructor Summary
Calendar.Freebusy()
           
 
Method Summary
 Calendar.Freebusy.Query query(FreeBusyRequest content)
          Returns free/busy information for a set of calendars.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Calendar.Freebusy

public Calendar.Freebusy()
Method Detail

query

public Calendar.Freebusy.Query query(FreeBusyRequest content)
                              throws java.io.IOException
Returns free/busy information for a set of calendars. Create a request for the method "freebusy.query". This request holds the parameters needed by the the calendar server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.

Parameters:
content - the FreeBusyRequest
Returns:
the request
Throws:
java.io.IOException