Click or drag to resize
KaxSchedulerExportToICalendar Method (IEnumerableAppointment)
Exports the specified appointments to iCalendar format.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public static string ExportToICalendar(
	IEnumerable<Appointment> appointments
)

Parameters

appointments
Type: System.Collections.GenericIEnumerableAppointment
An IEnumerable of appointments which should be exported.

Return Value

Type: String
A string containing the iCalendar representation of the supplied appointments.
Remarks
The return value should be saved as a text file with an "ics" extension.
See Also