IGmailClientListAppointments Method |
Gets list of an appointments for calendar.
Namespace:
Aspose.Email.Clients.Google
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
SyntaxAppointment[] ListAppointments(
string calendarId
)
Function ListAppointments (
calendarId As String
) As Appointment()
array<Appointment^>^ ListAppointments(
String^ calendarId
)
abstract ListAppointments :
calendarId : string -> Appointment[]
Parameters
- calendarId
- Type: SystemString
Calendar identifier.
Return Value
Type:
AppointmentReturns list of an appointments for calendar.
See Also