Modifier and Type | Class and Description |
---|---|
class |
IcsSaveOptions
Represents iCalendar save options
|
Modifier and Type | Method and Description |
---|---|
void |
Appointment.save(OutputStream stream,
AppointmentSaveOptions saveOptions)
Saves appointment to the stream with specified save options
|
void |
Appointment.save(String filePath,
AppointmentSaveOptions saveOptions)
Saves appointment to the file with specified save options
|