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

Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.

public virtual string QuotaUser { get; set; }

Property Value

string

UserIp

IP address of the site where the request originates. Use this if you want to enforce per-user limits.

public virtual string UserIp { get; set; }

Property Value

string

Methods

InitParameters()

Initializes Calendar parameter list.

protected override void InitParameters()