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

Contents

Description

Updates an entry on the user's calendar list.

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

Synopsis

REST Resource

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

A resource alias for calendar.calendarList.update method which the CalendarListUpdate request conforms to.

Creating a Request

calendarListUpdate Source

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

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

Request Lenses

cluCalendarId :: Lens' CalendarListUpdate 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.

cluColorRgbFormat :: Lens' CalendarListUpdate (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.