DanO, Thanks for looking at my problem. However this change does provide what I was looking for. It removes the event title (username) from the calendar so only the times are shown.
Sorry if I have not explained the problem properly.
If I change the add/edit field for the title template Form Input Properties: Default Value text field to my "user name" I get the Scheduled By: "username" field filled in. So it looked to me like I need to find a change that will put the logged in username in the event.properties.txt file so the "title:defaultvalue=" will equal the logged in user.
Added
You put me on the right track. If I Edit the default.html template file and change the <%= EVENT FIELD(title) %> tags to <%= EVENT FIELD(author_id) %> the calendar display is correct. Now I just need to fix the schedule_oneclick_non_recurring.html and the add_edit_event.html so the author_id or author_name is loaded in the event field.
Thanks
Roger
------------------
[This message has been edited by fly81w (edited April 07, 2005).]