AppointmentRequest.SearchRecurrenceRule Property

Definition

Gets or sets the recurrence rule for appointment recurrence.

public:
 property System::String ^ SearchRecurrenceRule { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string SearchRecurrenceRule { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.SearchRecurrenceRule : string with get, set
Public Property SearchRecurrenceRule As String

Property Value

The recurrence rule.

Example: "FREQ=WEEKLY;BYDAY=MO;INTERVAL=60";

Where: BYDAY means which day = MO,TU,THINTERVAL is an integer valueFREQ="DAILY","WEEKLY"

This is similar to Asynchronous service recurrence start times and patterns.

Attributes

Applies to