gogol-apps-calendar-0.0.1: Google Calendar SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Calendar.Colors.Get

Contents

Description

Returns the color definitions for calendars and events.

See: Calendar API Reference for calendar.colors.get.

Synopsis

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.

data ColorsGet Source

Returns the color definitions for calendars and events.

See: colorsGet smart constructor.