Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.85 KB

File metadata and controls

24 lines (16 loc) · 1.85 KB

WPF Scheduler - Create Recurrent Appointments in Code

This example demonstrates how to create scheduler appointments with different recurrence types in code. To create a recurring series, set the AppointmentItem.Type property to Pattern and use the AppointmentItem.RecurrenceInfo property to define a recurrence pattern. The scheduler generates occurrences based on this pattern.

Files to Review

Documentation

More Examples