** I tried setting as hidden form vars in the add event templates, but it seems to ignore them. **
I don't know why that would be. You are passing SCHEDULE_start_time_hh, SCHEDULE_start_time_mm, SCHEDULE_start_time_ampm (as "am" or "pm"), SCHEDULE_end_time_hh, SCHEDULE_end_time_mm and SCHEDULE_end_time_ampm (as "am" or "pm")?
** I suspect that defaults get plugged in somewhere in clendar_admin.pl, but i cant find where. **
The schedule is created in the Event.inc file located in the calendarscript/lib directory in the subroutine:
sub scheduleEvent {
** I am a bit confused that an all day event **
An all day event is signified by a value of 1 in the "all_day" schedule database field.
** its start=end time set for 17:01 **
I don't know where that's coming from but without being able to see what you're doing it's impossible to guess at a cause.
Dan O.
------------------