IGmailClient.CreateAppointment

IGmailClient.CreateAppointment method

Creates an appointment.

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

Return Value

Returns the created appointment.

See Also