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.Calendars.Patch

Contents

Description

Updates metadata for a calendar. This method supports patch semantics.

See: Calendar API Reference for calendar.calendars.patch.

Synopsis

REST Resource

type CalendarsPatchResource = "calendar" :> ("v3" :> ("calendars" :> (Capture "calendarId" Text :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` Calendar :> Patch `[JSON]` Calendar))))) Source

A resource alias for calendar.calendars.patch method which the CalendarsPatch request conforms to.

Creating a Request

calendarsPatch Source

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

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

data CalendarsPatch Source

Updates metadata for a calendar. This method supports patch semantics.

See: calendarsPatch smart constructor.

Request Lenses

cpCalendarId :: Lens' CalendarsPatch 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.

cpPayload :: Lens' CalendarsPatch Calendar Source

Multipart request metadata.