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
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()