MailboxServer.CalendarRepairSchedule Property

Gets or sets the intervals each week during which the Calendar Repair Assistant applies checks for calendar failures.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property CalendarRepairSchedule As ScheduleInterval()
    Get
    Set
'Usage
Dim instance As MailboxServer
Dim value As ScheduleInterval()

value = instance.CalendarRepairSchedule

instance.CalendarRepairSchedule = value
[ParameterAttribute(Mandatory = false)]
public ScheduleInterval[] CalendarRepairSchedule { get; set; }

Property Value

Type: []
The intervals during which calendar failures are checked.

Remarks

The intervals specified in the CalendarRepairSchedule property must be at least 15 minutes each. If you specify multiple intervals, they must be at least 15 minutes apart. The minutes value of an interval is rounded to 0, 15, 30, or 45.