Hello,
Is it possible to show just the recurrence dialog, without creating any scheduleview objects as well as bypassing the appointment dialog?
There is this: RadScheduleViewCommands.EditRecurrenceRule.Execute(null, scheduleview);
But i guess it requires the scheduleview object anyway?
I'd rather have something similar, but be able to pass an Appointment or RecurrenceRule objects directly.