AppointmentIcsSaveOptions
Contents
[
Hide
]AppointmentIcsSaveOptions class
Inherits: Aspose::Email::Calendar::AppointmentSaveOptions
Represents iCalendar save options
Constructors
| Name | Description |
|---|---|
| AppointmentIcsSaveOptions (2 overloads) | Initializes a new instance of the AppointmentIcsSaveOptions class |
Methods
| Name | Description |
|---|---|
| get_Action | Gets appointment Action |
| get_CreateNew | Gets value indicating whether need create new calendar or append events in existing calendar. Default value is true. |
| get_Default | Gets the default Ics save options |
| get_EndTimeZone | Gets the End time zone. |
| get_MethodType | Gets the iCalendar object method type associated with the calendar object. |
| get_ProductId | Gets the product identifier that created iCalendar object. |
| get_SequenceId | Gets the sequence id. |
| get_StartTimeZone | Gets the Start time zone. |
| set_Action | Sets appointment Action |
| set_CreateNew | Sets value indicating whether need create new calendar or append events in existing calendar. Default value is true. |
| set_EndTimeZone | Sets the End time zone. |
| set_MethodType | Sets the iCalendar object method type associated with the calendar object. |
| set_ProductId | Sets the product identifier that created iCalendar object. |
| set_SequenceId | Sets the sequence id. |
| set_StartTimeZone | Sets the Start time zone. |