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

Deprecated. Please use sendUpdates instead.

         Whether to send notifications about the change of the event's organizer. Note that some emails might
         still be sent even if you set the value to false. The default is false.
public virtual bool? SendNotifications { get; set; }

Property Value

bool?

SendUpdates

Guests who should receive notifications about the change of the event's organizer.

public virtual EventsResource.MoveRequest.SendUpdatesEnum? SendUpdates { get; set; }

Property Value

EventsResource.MoveRequest.SendUpdatesEnum?

Methods

InitParameters()

Initializes Move parameter list.

protected override void InitParameters()