Gets the C1Appointment object that defines the recurrence criteria for this C1Appointment object. If this appointment is a not member of a recurrence, or is itself a root appointment, null is returned.

Namespace:  C1.Web.UI.Controls.C1Schedule
Assembly:  C1ScheduleClient (in C1ScheduleClient.dll)

Syntax

JavaScript
function get_parentRecurrence();
function set_parentRecurrence(value);

See Also