gogol-apps-calendar-0.3.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 an entry on 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 an entry on the user's calendar list.

See: calendarListGet smart constructor.

Instances

Eq CalendarListGet Source # 
Data CalendarListGet Source # 

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 # 
Generic CalendarListGet Source # 
GoogleRequest CalendarListGet Source # 
type Rep CalendarListGet Source # 
type Rep CalendarListGet = D1 (MetaData "CalendarListGet" "Network.Google.Resource.Calendar.CalendarList.Get" "gogol-apps-calendar-0.3.0-FDnpsvyxwsa1LmsX8jwnhn" True) (C1 (MetaCons "CalendarListGet'" PrefixI True) (S1 (MetaSel (Just Symbol "_clgCalendarId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Scopes CalendarListGet Source # 
type Scopes CalendarListGet = (:) Symbol "https://www.googleapis.com/auth/calendar" ((:) Symbol "https://www.googleapis.com/auth/calendar.readonly" ([] Symbol))
type Rs CalendarListGet Source # 

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.