IGmailClient.CreateCalendar

CreateCalendar(Calendar)

Creates a calendar.

public string CreateCalendar(Calendar calendar)
ParameterTypeDescription
calendarCalendarAn instance of calendar object to create.

Return Value

Returns calendar identifier

See Also


CreateCalendar(Calendar, bool)

Creates a calendar.

public string CreateCalendar(Calendar calendar, bool useColorRgbFormat)
ParameterTypeDescription
calendarCalendarAn instance of calendar object to create.
useColorRgbFormatBooleanIndicates whether color rgb format is used.

Return Value

Returns calendar identifier

See Also