Calendar API v3 (revision 30)



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

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

public class Calendar.Colors
extends java.lang.Object

The "colors" collection of methods.


Nested Class Summary
 class Calendar.Colors.Get
           
 
Constructor Summary
Calendar.Colors()
           
 
Method Summary
 Calendar.Colors.Get get()
          Returns the color definitions for calendars and events.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Calendar.Colors

public Calendar.Colors()
Method Detail

get

public Calendar.Colors.Get get()
                        throws java.io.IOException
Returns the color definitions for calendars and events. Create a request for the method "colors.get". 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.

Returns:
the request
Throws:
java.io.IOException