Table of Contents

Class EventsResource.MoveRequest

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

Moves an event to another calendar, i.e. changes an event's organizer.

public class EventsResource.MoveRequest : CalendarBaseServiceRequest<Event>
Inheritance
EventsResource.MoveRequest
Inherited Members

Constructors

MoveRequest(IClientService, string, string, string)

Constructs a new Move request.

public MoveRequest(IClientService service, string calendarId, string eventId, string destination)

Parameters

service IClientService
calendarId string
eventId string
destination string

Properties

CalendarId

Calendar identifier of the source calendar where the event currently is on.

public virtual string CalendarId { get; }

Property Value

string

Destination

Calendar identifier of the target calendar where the event is to be moved to.

public virtual string Destination { get; }

Property Value

string

EventId

Event identifier.

public virtual string EventId { get; }

Property Value

string

HttpMethod

Gets the HTTP method.

public override string HttpMethod { get; }

Property Value

string

MethodName

Gets the method name.

public override string MethodName { get; }

Property Value

string

RestPath

Gets the REST path.

public override string RestPath { get; }

Property Value

string

SendNotifications

Whether to send notifications about the change of the event's organizer. Optional. The default is False.

public virtual bool? SendNotifications { get; set; }

Property Value

bool?

Methods

InitParameters()

Initializes Move parameter list.

protected override void InitParameters()