AppointmentIcsSaveOptions

AppointmentIcsSaveOptions class

Inherits: Aspose::Email::Calendar::AppointmentSaveOptions

Represents iCalendar save options

Constructors

NameDescription
AppointmentIcsSaveOptions (2 overloads)Initializes a new instance of the AppointmentIcsSaveOptions class

Methods

NameDescription
get_ActionGets appointment Action
get_CreateNewGets value indicating whether need create new calendar or append events in existing calendar. Default value is true.
get_DefaultGets the default Ics save options
get_EndTimeZoneGets the End time zone.
get_MethodTypeGets the iCalendar object method type associated with the calendar object.
get_ProductIdGets the product identifier that created iCalendar object.
get_SequenceIdGets the sequence id.
get_StartTimeZoneGets the Start time zone.
set_ActionSets appointment Action
set_CreateNewSets value indicating whether need create new calendar or append events in existing calendar. Default value is true.
set_EndTimeZoneSets the End time zone.
set_MethodTypeSets the iCalendar object method type associated with the calendar object.
set_ProductIdSets the product identifier that created iCalendar object.
set_SequenceIdSets the sequence id.
set_StartTimeZoneSets the Start time zone.