IGmailClient.ImportAppointment

IGmailClient.ImportAppointment method

Imports appointment to calendar

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

Return Value

Returns the imported appointment.

See Also