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

Contents

Description

Updates an entry on the user's calendar list. This method supports patch semantics.

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

Synopsis

REST Resource

type CalendarListPatchResource = "calendar" :> ("v3" :> ("users" :> ("me" :> ("calendarList" :> (Capture "calendarId" Text :> (QueryParam "colorRgbFormat" Bool :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` CalendarListEntry :> Patch `[JSON]` CalendarListEntry)))))))) Source

A resource alias for calendar.calendarList.patch method which the CalendarListPatch request conforms to.

Creating a Request

calendarListPatch Source

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

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

Request Lenses

clpCalendarId :: Lens' CalendarListPatch 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.

clpColorRgbFormat :: Lens' CalendarListPatch (Maybe Bool) Source

Whether to use the foregroundColor and backgroundColor fields to write the calendar colors (RGB). If this feature is used, the index-based colorId field will be set to the best matching option automatically. Optional. The default is False.