Hi Craig Gamble,
Yes, it is possible. You just have to set the AppointmentTitleFormat property to a format that omits the start and end values ({0} and {1}) like bellow:
this.radScheduler1.AppointmentTitleFormat = "{2} ({3})";
Also, would you like this feature more if instead of 0, 1, 2 ... were used start, end, etc. (so that the above format would be something like "{{subject}} ({{location}})")?
Greetings,
Jordan
the Telerik team
Check out
Telerik Trainer
, the state of the art learning tool for Telerik products.