Show / Hide Table of Contents

Class SettingsResource

The "settings" collection of methods.

Inheritance
System.Object
SettingsResource
Namespace: Google.Apis.Calendar.v3
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class SettingsResource : object

Constructors

SettingsResource(IClientService)

Constructs a new resource.

Declaration
public SettingsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(String)

Returns a single user setting.

Declaration
public virtual SettingsResource.GetRequest Get(string setting)
Parameters
Type Name Description
System.String setting

The id of the user setting.

Returns
Type Description
SettingsResource.GetRequest

List()

Returns all user settings for the authenticated user.

Declaration
public virtual SettingsResource.ListRequest List()
Returns
Type Description
SettingsResource.ListRequest

Watch(Channel)

Watch for changes to Settings resources.

Declaration
public virtual SettingsResource.WatchRequest Watch(Channel body)
Parameters
Type Name Description
Channel body

The body of the request.

Returns
Type Description
SettingsResource.WatchRequest
Back to top