public class AppointmentLoadOptions extends Object
Represents appointment load options
Constructor and Description |
---|
AppointmentLoadOptions()
Initializes a new instance of the
AppointmentLoadOptions class |
Modifier and Type | Method and Description |
---|---|
boolean |
getApplyLocalTZ()
Convert time to local timezone
|
boolean |
getDetectEncoding()
Determines a data encoding by analyzing its byte order mark (BOM)
|
int |
getEventIndex()
Determines VEVENT index in case multiple events in a single ics file.
|
boolean |
getIgnoreSmtpAddressCheck()
Defines whether the SMTP address validation is skipped.
|
void |
setApplyLocalTZ(boolean value)
Convert time to local timezone
|
void |
setDetectEncoding(boolean value)
Determines a data encoding by analyzing its byte order mark (BOM)
|
void |
setEventIndex(int value)
Determines VEVENT index in case multiple events in a single ics file.
|
void |
setIgnoreSmtpAddressCheck(boolean value)
Defines whether the SMTP address validation is skipped.
|
public AppointmentLoadOptions()
Initializes a new instance of the AppointmentLoadOptions
class
public final boolean getIgnoreSmtpAddressCheck()
Defines whether the SMTP address validation is skipped.
public final void setIgnoreSmtpAddressCheck(boolean value)
Defines whether the SMTP address validation is skipped.
public final boolean getApplyLocalTZ()
Convert time to local timezone
public final void setApplyLocalTZ(boolean value)
Convert time to local timezone
public final boolean getDetectEncoding()
Determines a data encoding by analyzing its byte order mark (BOM)
public final void setDetectEncoding(boolean value)
Determines a data encoding by analyzing its byte order mark (BOM)
public final int getEventIndex()
Determines VEVENT index in case multiple events in a single ics file.
The starting VEVENT in case reading multiple events by CalendarReaderCalendarReader
.
public final void setEventIndex(int value)
Determines VEVENT index in case multiple events in a single ics file.
The starting VEVENT in case reading multiple events by CalendarReaderCalendarReader
.