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.Delete

Contents

Description

Removes a calendar from the user's calendar list.

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

Synopsis

REST Resource

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

A resource alias for calendar.calendarList.delete method which the CalendarListDelete request conforms to.

Creating a Request

calendarListDelete Source #

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

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

data CalendarListDelete Source #

Removes a calendar from the user's calendar list.

See: calendarListDelete smart constructor.

Instances
Eq CalendarListDelete Source # 
Instance details

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

Data CalendarListDelete Source # 
Instance details

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

Methods

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

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

toConstr :: CalendarListDelete -> Constr #

dataTypeOf :: CalendarListDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CalendarListDelete Source # 
Instance details

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

Generic CalendarListDelete Source # 
Instance details

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

Associated Types

type Rep CalendarListDelete :: Type -> Type #

GoogleRequest CalendarListDelete Source # 
Instance details

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

Associated Types

type Rs CalendarListDelete :: Type #

type Scopes CalendarListDelete :: [Symbol] #

type Rep CalendarListDelete Source # 
Instance details

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

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

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

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

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

Request Lenses

cldCalendarId :: Lens' CalendarListDelete 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.