I am looking to do 2 things:
Is there a way to do this?
1. The strings are localizable, so you can set them via the resource customizer:
Infragistics.Win.UltraWinSchedule.Resources.Customizer.SetCustomizedString( "ClickToAddAppointment_Text", "Changed for Appointment" );Infragistics.Win.UltraWinSchedule.Resources.Customizer.SetCustomizedString( "ClickToAddEvent_Text", "Changed for AllDayEvent" );
2. UltraCalendarInfo fires an event, BeforeAppointmentAdded, when any appointment is added to the Appointments collection, but there is no way to differentiate between the "click to add" appointment and a standard one.
Great, that worked perfectly. Thanks.