Table of Contents

Class CalendarBaseServiceRequest<TResponse>

Namespace
Google.Apis.Calendar.v3
Assembly
Google.Apis.Calendar.v3.dll

A base abstract class for Calendar requests.

public abstract class CalendarBaseServiceRequest<TResponse> : ClientServiceRequest<TResponse>

Type Parameters

TResponse
Inheritance
CalendarBaseServiceRequest<TResponse>
Derived

Constructors

CalendarBaseServiceRequest(IClientService)

Constructs a new CalendarBaseServiceRequest instance.

protected CalendarBaseServiceRequest(IClientService service)

Parameters

service IClientService

Properties

Alt

Data format for the response.

public virtual CalendarBaseServiceRequest<TResponse>.AltEnum? Alt { get; set; }

Property Value

CalendarBaseServiceRequest<TResponse>.AltEnum?

Fields

Selector specifying which fields to include in a partial response.

public virtual string Fields { get; set; }

Property Value

string

Key

API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.

public virtual string Key { get; set; }

Property Value

string

OauthToken

OAuth 2.0 token for the current user.

public virtual string OauthToken { get; set; }

Property Value

string

PrettyPrint

Returns response with indentations and line breaks.

public virtual bool? PrettyPrint { get; set; }

Property Value

bool?

QuotaUser

An opaque string that represents a user for quota purposes. Must not exceed 40 characters.

public virtual string QuotaUser { get; set; }

Property Value

string

UserIp

Deprecated. Please use quotaUser instead.

public virtual string UserIp { get; set; }

Property Value

string

Methods

InitParameters()

Initializes Calendar parameter list.

protected override void InitParameters()