public final class IcsSaveOptions extends AppointmentSaveOptions
Represents iCalendar save options
Constructor and Description |
---|
IcsSaveOptions()
Initializes a new instance of the
IcsSaveOptions class |
IcsSaveOptions(int method)
Initializes a new instance of the
IcsSaveOptions class |
Modifier and Type | Method and Description |
---|---|
int |
getAction()
Gets or sets appointment Action
|
boolean |
getCreateNew()
Gets or sets value indicating whether need create new calendar or append events in existing calendar.
|
static IcsSaveOptions |
getDefault()
Gets the default Ics save options
|
String |
getEndTimeZone()
Gets or sets the End time zone.
|
int |
getMethodType()
Gets or sets the iCalendar object method type associated
with the calendar object.
|
String |
getProductId()
Gets or sets the product identifier that created iCalendar object.
|
int |
getSequenceId()
Gets or sets the sequence id.
|
String |
getStartTimeZone()
Gets or sets the Start time zone.
|
void |
setAction(int value)
Gets or sets appointment Action
|
void |
setCreateNew(boolean value)
Gets or sets value indicating whether need create new calendar or append events in existing calendar.
|
void |
setEndTimeZone(String value)
Gets or sets the End time zone.
|
void |
setMethodType(int value)
Gets or sets the iCalendar object method type associated
with the calendar object.
|
void |
setProductId(String value)
Gets or sets the product identifier that created iCalendar object.
|
void |
setSequenceId(int value)
Gets or sets the sequence id.
|
void |
setStartTimeZone(String value)
Gets or sets the Start time zone.
|
getSaveFormat
public IcsSaveOptions()
Initializes a new instance of the IcsSaveOptions
class
public IcsSaveOptions(int method)
Initializes a new instance of the IcsSaveOptions
class
method
- An appointment methodpublic static IcsSaveOptions getDefault()
Gets the default Ics save options
public final int getAction()
Gets or sets appointment Action
com.aspose.ms.System.ArgumentException
- value
is not defined in AppointmentAction
public final void setAction(int value)
Gets or sets appointment Action
com.aspose.ms.System.ArgumentException
- value
is not defined in AppointmentAction
public final String getProductId()
Gets or sets the product identifier that created iCalendar object.
Value: The product identifier.public final void setProductId(String value)
Gets or sets the product identifier that created iCalendar object.
Value: The product identifier.public final int getSequenceId()
Gets or sets the sequence id.
Value: The sequence id.public final void setSequenceId(int value)
Gets or sets the sequence id.
Value: The sequence id.public final int getMethodType()
Gets or sets the iCalendar object method type associated with the calendar object.
public final void setMethodType(int value)
Gets or sets the iCalendar object method type associated with the calendar object.
public final String getStartTimeZone()
Gets or sets the Start time zone.
public final void setStartTimeZone(String value)
Gets or sets the Start time zone.
public final String getEndTimeZone()
Gets or sets the End time zone.
public final void setEndTimeZone(String value)
Gets or sets the End time zone.
public final boolean getCreateNew()
Gets or sets value indicating whether need create new calendar or append events in existing calendar. Default value is true.
public final void setCreateNew(boolean value)
Gets or sets value indicating whether need create new calendar or append events in existing calendar. Default value is true.