CalendarEventDetails.IsRecurring Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The IsRecurring property gets or sets a Boolean value that indicates whether the calendar item recurs.
public:
property bool IsRecurring { bool get(); void set(bool value); };
public bool IsRecurring { get; set; }
Public Property IsRecurring As Boolean
Property Value
The IsRecurring property returns true if the calendar item is set to recur; otherwise, the property returns false.