public final class AppointmentIcsSaveOptions extends AppointmentSaveOptions
Represents iCalendar save options
| Constructor and Description |
|---|
AppointmentIcsSaveOptions()
Initializes a new instance of the
AppointmentIcsSaveOptions class |
AppointmentIcsSaveOptions(int method)
Initializes a new instance of the
AppointmentIcsSaveOptions 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 AppointmentIcsSaveOptions |
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.
|
getSaveFormatpublic AppointmentIcsSaveOptions()
Initializes a new instance of the AppointmentIcsSaveOptions class
public AppointmentIcsSaveOptions(int method)
Initializes a new instance of the AppointmentIcsSaveOptions class
method - An appointment methodpublic static AppointmentIcsSaveOptions getDefault()
Gets the default Ics save options
public final int getAction()
Gets or sets appointment Action
ArgumentException - value is not defined in AppointmentActionpublic final void setAction(int value)
Gets or sets appointment Action
ArgumentException - value is not defined in AppointmentActionpublic 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.
Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.