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

Copyright(c) 2015-2016 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.CalendarList.Get

Contents

Description

Returns a calendar from the user's calendar list.

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

Synopsis

REST Resource

type CalendarListGetResource = "calendar" :> ("v3" :> ("users" :> ("me" :> ("calendarList" :> (Capture "calendarId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] CalendarListEntry)))))) Source #

A resource alias for calendar.calendarList.get method which the CalendarListGet request conforms to.

Creating a Request

calendarListGet Source #

Creates a value of CalendarListGet with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data CalendarListGet Source #

Returns a calendar from the user's calendar list.

See: calendarListGet smart constructor.

Instances
Eq CalendarListGet Source # 
Instance details

Defined in Network.Google.Resource.Calendar.CalendarList.Get

Data CalendarListGet Source # 
Instance details

Defined in Network.Google.Resource.Calendar.CalendarList.Get

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CalendarListGet -> c CalendarListGet #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CalendarListGet #

toConstr :: CalendarListGet -> Constr #

dataTypeOf :: CalendarListGet -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CalendarListGet) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CalendarListGet) #

gmapT :: (forall b. Data b => b -> b) -> CalendarListGet -> CalendarListGet #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CalendarListGet -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CalendarListGet -> r #

gmapQ :: (forall d. Data d => d -> u) -> CalendarListGet -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CalendarListGet -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CalendarListGet -> m CalendarListGet #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CalendarListGet -> m CalendarListGet #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CalendarListGet -> m CalendarListGet #

Show CalendarListGet Source # 
Instance details

Defined in Network.Google.Resource.Calendar.CalendarList.Get

Generic CalendarListGet Source # 
Instance details

Defined in Network.Google.Resource.Calendar.CalendarList.Get

Associated Types

type Rep CalendarListGet :: Type -> Type #

GoogleRequest CalendarListGet Source # 
Instance details

Defined in Network.Google.Resource.Calendar.CalendarList.Get

Associated Types

type Rs CalendarListGet :: Type #

type Scopes CalendarListGet :: [Symbol] #

type Rep CalendarListGet Source # 
Instance details

Defined in Network.Google.Resource.Calendar.CalendarList.Get

type Rep CalendarListGet = D1 (MetaData "CalendarListGet" "Network.Google.Resource.Calendar.CalendarList.Get" "gogol-apps-calendar-0.4.0-JhVPsEbzg60HmmguA3hcFJ" True) (C1 (MetaCons "CalendarListGet'" PrefixI True) (S1 (MetaSel (Just "_clgCalendarId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Scopes CalendarListGet Source # 
Instance details

Defined in Network.Google.Resource.Calendar.CalendarList.Get

type Scopes CalendarListGet = "https://www.googleapis.com/auth/calendar" ': ("https://www.googleapis.com/auth/calendar.readonly" ': ([] :: [Symbol]))
type Rs CalendarListGet Source # 
Instance details

Defined in Network.Google.Resource.Calendar.CalendarList.Get

Request Lenses

clgCalendarId :: Lens' CalendarListGet Text Source #

Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword.