| Copyright | (c) 2015-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Google.Resource.Calendar.Colors.Get
Contents
Description
Returns the color definitions for calendars and events.
See: Calendar API Reference for calendar.colors.get.
REST Resource
type ColorsGetResource = "calendar" :> ("v3" :> ("colors" :> (QueryParam "alt" AltJSON :> Get '[JSON] Colors))) Source #
A resource alias for calendar.colors.get method which the
ColorsGet request conforms to.
Creating a Request
colorsGet :: ColorsGet Source #
Creates a value of ColorsGet with the minimum fields required to make a request.
Returns the color definitions for calendars and events.
See: colorsGet smart constructor.