IGmailClient.UpdateAppointment

IGmailClient.UpdateAppointment method

Updates an appointment.

public Appointment UpdateAppointment(string calendarId, Appointment appointment)
ParameterTypeDescription
calendarIdStringCalendar identifier.
appointmentAppointmentAn instance of appointment object to update.

Return Value

Returns updated appointment.

See Also