Show / Hide Table of Contents

Class CalendarsResource.InsertRequest

Creates a secondary calendar.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<Calendar>
CalendarBaseServiceRequest<Calendar>
CalendarsResource.InsertRequest
Implements
IClientServiceRequest<Calendar>
IClientServiceRequest
Inherited Members
CalendarBaseServiceRequest<Calendar>.Alt
CalendarBaseServiceRequest<Calendar>.Fields
CalendarBaseServiceRequest<Calendar>.Key
CalendarBaseServiceRequest<Calendar>.OauthToken
CalendarBaseServiceRequest<Calendar>.PrettyPrint
CalendarBaseServiceRequest<Calendar>.QuotaUser
CalendarBaseServiceRequest<Calendar>.UserIp
ClientServiceRequest<Calendar>.Execute()
ClientServiceRequest<Calendar>.ExecuteAsStream()
ClientServiceRequest<Calendar>.ExecuteAsync()
ClientServiceRequest<Calendar>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Calendar>.ExecuteAsStreamAsync()
ClientServiceRequest<Calendar>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Calendar>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<Calendar>.GenerateRequestUri()
ClientServiceRequest<Calendar>.GetDefaultETagAction(String)
ClientServiceRequest<Calendar>.ETagAction
ClientServiceRequest<Calendar>.ModifyRequest
ClientServiceRequest<Calendar>.RequestParameters
ClientServiceRequest<Calendar>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.Finalize()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Calendar.v3
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class InsertRequest : CalendarBaseServiceRequest<Calendar>, IClientServiceRequest<Calendar>, IClientServiceRequest

Constructors

InsertRequest(IClientService, Calendar)

Constructs a new Insert request.

Declaration
public InsertRequest(IClientService service, Calendar body)
Parameters
Type Name Description
IClientService service
Calendar body

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.Calendar>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.Calendar>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.Calendar>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
System.Object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.Calendar>.GetBody()

InitParameters()

Initializes Insert parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Calendar.v3.CalendarBaseServiceRequest<Google.Apis.Calendar.v3.Data.Calendar>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
Back to top