Class EventsResource.MoveRequest
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
Properties
CalendarId
Calendar identifier of the source calendar where the event currently is on.
public virtual string CalendarId { get; }
Property Value
Destination
Calendar identifier of the target calendar where the event is to be moved to.
public virtual string Destination { get; }
Property Value
EventId
Event identifier.
public virtual string EventId { get; }
Property Value
HttpMethod
Gets the HTTP method.
public override string HttpMethod { get; }
Property Value
MethodName
Gets the method name.
public override string MethodName { get; }
Property Value
RestPath
Gets the REST path.
public override string RestPath { get; }
Property Value
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
Methods
InitParameters()
Initializes Move parameter list.
protected override void InitParameters()