IGmailClient.FetchAppointment

IGmailClient.FetchAppointment method

Fetches appointment by identifier.

public Appointment FetchAppointment(string calendarId, string appointmentId)
ParameterTypeDescription
calendarIdStringCalendar identifier.
appointmentIdStringAppointment identifier.

Return Value

Returns fetched appointment.

See Also