IGmailClient.MoveAppointment

MoveAppointment(string, string, string)

Moves an appointment to another calendar.

public Appointment MoveAppointment(string sourceCalendarId, string destinationCalendarId, 
    string appointmentId)
ParameterTypeDescription
sourceCalendarIdStringIdentifier of source calendar.
destinationCalendarIdStringIdentifier of destination calendar.
appointmentIdStringAppointment identifier.

Return Value

Returns moved appointment.

See Also


MoveAppointment(string, string, string, bool)

Moves an appointment to another calendar.

public Appointment MoveAppointment(string sourceCalendarId, string destinationCalendarId, 
    string appointmentId, bool sendNotifications)
ParameterTypeDescription
sourceCalendarIdStringIdentifier of source calendar.
destinationCalendarIdStringIdentifier of destination calendar.
appointmentIdStringAppointment identifier.
sendNotificationsBooleanSpecifies whether notification should be sent.

Return Value

Returns moved appointment.

See Also