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

Contents

Description

Updates an access control rule. This method supports patch semantics.

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

Synopsis

REST Resource

type ACLPatchResource = "calendar" :> ("v3" :> ("calendars" :> (Capture "calendarId" Text :> ("acl" :> (Capture "ruleId" Text :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` ACLRule :> Patch `[JSON]` ACLRule))))))) Source

A resource alias for calendar.acl.patch method which the ACLPatch request conforms to.

Creating a Request

aclPatch Source

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

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

data ACLPatch Source

Updates an access control rule. This method supports patch semantics.

See: aclPatch smart constructor.

Request Lenses

apCalendarId :: Lens' ACLPatch 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.

apRuleId :: Lens' ACLPatch Text Source

ACL rule identifier.

apPayload :: Lens' ACLPatch ACLRule Source

Multipart request metadata.