AppointmentIcsSaveOptions

AppointmentIcsSaveOptions class

Represents iCalendar save options

The AppointmentIcsSaveOptions type exposes the following members:

Constructors

NameDescription
AppointmentIcsSaveOptions()Initializes a new instance of the AppointmentIcsSaveOptions class
AppointmentIcsSaveOptions(method)Initializes a new instance of the AppointmentIcsSaveOptions class

Properties

NameDescription
save_formatGets a save format
defaultGets the default Ics save options
actionGets or sets appointment Action
product_idGets or sets the product identifier that created iCalendar object.
sequence_idGets or sets the sequence id.
method_typeGets or sets the iCalendar object method type associated
with the calendar object.
start_time_zoneGets or sets the Start time zone.
end_time_zoneGets or sets the End time zone.
create_newGets or sets value indicating whether need create new calendar or append events in existing calendar.
Default value is true.

See Also