Appointment.GetAppointmentText

GetAppointmentText()

Gets the calendar text.

public string GetAppointmentText()

Return Value

String value of calendar as plain text.

See Also


GetAppointmentText(AppointmentFormattingOptions)

Gets the calendar text.

public string GetAppointmentText(AppointmentFormattingOptions formattingOptions)
ParameterTypeDescription
formattingOptionsAppointmentFormattingOptionsAppointmentFormattingOptions that represents appointment formatting options.

Return Value

The text representation of appointment.

Exceptions

exceptioncondition
ArgumentNullExceptionthrows when formattingOptions is null.

See Also