ExportSolutionRequest.ExportCalendarSettings Property

Definition

Gets or sets whether calendar settings should be included in the solution being exported. Optional.

public:
 property bool ExportCalendarSettings { bool get(); void set(bool value); };
public bool ExportCalendarSettings { get; set; }
member this.ExportCalendarSettings : bool with get, set
Public Property ExportCalendarSettings As Boolean

Property Value

true if the calendar settings should be included in the solution being exported; otherwise, false.

Remarks

This setting includes the following values with the solution:

  • Organization.WeekStartDayCode

  • Organization.CalendarType

  • Organization.DateFormatCode

  • Organization.DateSeparator

  • Organization.TimeFormatCode

  • Organization.ShowWeekNumber

  • Organization.MaxAppointmentDurationDays

Applies to